Trilium Frontend API
Preparing search index...
<internal>
ToggleSwitchParams
Interface ToggleSwitchParams
interface
ToggleSwitchParams
{
clickable
?:
boolean
;
max
?:
number
;
offColor
?:
string
;
offValue
?:
string
|
number
;
onColor
?:
string
;
onTruthy
?:
boolean
;
onValue
?:
string
|
number
;
size
?:
number
;
}
Index
Properties
clickable?
max?
off
Color?
off
Value?
on
Color?
on
Truthy?
on
Value?
size?
Properties
Optional
clickable
clickable
?:
boolean
Optional
max
max
?:
number
Optional
off
Color
offColor
?:
string
Optional
off
Value
offValue
?:
string
|
number
Optional
on
Color
onColor
?:
string
Optional
on
Truthy
onTruthy
?:
boolean
Optional
on
Value
onValue
?:
string
|
number
Optional
size
size
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clickable
max
off
Color
off
Value
on
Color
on
Truthy
on
Value
size
Trilium Frontend API
Loading...