GeoLeaf Core API - v3.0.0
Preparing search index...
kernel/ui/widgets
ToggleButtonConfig
Interface ToggleButtonConfig
Toggle-button config consumed by
createToggleButton
.
interface
ToggleButtonConfig
{
id
?:
string
;
isActive
?:
boolean
;
active
?:
boolean
;
className
?:
string
;
label
?:
string
;
title
?:
string
;
onToggle
?:
(
id
:
string
|
undefined
,
isActive
:
boolean
,
ev
:
Event
)
=>
void
;
}
Index
Properties
id?
is
Active?
active?
class
Name?
label?
title?
on
Toggle?
Properties
Optional
id
id
?:
string
Optional
is
Active
isActive
?:
boolean
Optional
active
active
?:
boolean
Optional
class
Name
className
?:
string
Optional
label
label
?:
string
Optional
title
title
?:
string
Optional
on
Toggle
onToggle
?:
(
id
:
string
|
undefined
,
isActive
:
boolean
,
ev
:
Event
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
is
Active
active
class
Name
label
title
on
Toggle
GeoLeaf Core API - v3.0.0
Loading...
Toggle-button config consumed by
createToggleButton.