Trevixal API
Preparing search index...
@trevixal/editor-kit
Preferences
Interface Preferences
Where this demo keeps its preferences, so a reload finds them again.
interface
Preferences
{
customCSS
?:
string
;
goal
?:
number
;
preset
:
string
|
null
;
shortcuts
?:
Readonly
<
Record
<
string
,
string
|
null
>
>
;
theme
:
"light"
|
"dark"
|
"system"
;
toolbarGroups
?:
readonly
string
[]
;
toolbarOrder
?:
readonly
string
[]
;
usage
?:
{
favorites
:
readonly
string
[]
;
recent
:
readonly
string
[]
}
;
}
Index
Properties
custom
CSS?
goal?
preset
shortcuts?
theme
toolbar
Groups?
toolbar
Order?
usage?
Properties
Optional
custom
CSS
customCSS
?:
string
Optional
goal
goal
?:
number
preset
preset
:
string
|
null
Optional
shortcuts
shortcuts
?:
Readonly
<
Record
<
string
,
string
|
null
>
>
theme
theme
:
"light"
|
"dark"
|
"system"
Optional
toolbar
Groups
toolbarGroups
?:
readonly
string
[]
Optional
toolbar
Order
toolbarOrder
?:
readonly
string
[]
Optional
usage
usage
?:
{
favorites
:
readonly
string
[]
;
recent
:
readonly
string
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
CSS
goal
preset
shortcuts
theme
toolbar
Groups
toolbar
Order
usage
Trevixal API
Loading...
Where this demo keeps its preferences, so a reload finds them again.