Preparing search index...
The search index is not available
NextGIS Frontend
NextGIS Frontend
@nextgis/item
CheckOptions
Interface CheckOptions<V>
interface
CheckOptions
<
V
>
{
bubble
?:
boolean
;
getProperty
?:
(
(
item
?:
Item
<
ItemOptions
>
)
=>
V
)
;
hierarchy
?:
boolean
;
label
?:
string
;
onSet
?:
(
(
value
?:
V
,
options
?:
ItemBasePropertyOptions
<
V
>
,
item
?:
Item
<
ItemOptions
>
)
=>
void
)
;
propagation
?:
boolean
;
silent
?:
boolean
;
turnOff
?:
(
<
O
>
(
options
?:
O
)
=>
void
)
;
turnOn
?:
(
<
O
>
(
options
?:
O
)
=>
void
)
;
value
?:
V
;
}
Type Parameters
V
=
boolean
Hierarchy (
view full
)
ItemBasePropertyOptions
<
V
>
CheckOptions
Index
Properties
bubble?
get
Property?
hierarchy?
label?
on
Set?
propagation?
silent?
turn
Off?
turn
On?
value?
Properties
Optional
bubble
bubble
?:
boolean
Optional
get
Property
get
Property
?:
(
(
item
?:
Item
<
ItemOptions
>
)
=>
V
)
Optional
hierarchy
hierarchy
?:
boolean
Optional
label
label
?:
string
Optional
on
Set
on
Set
?:
(
(
value
?:
V
,
options
?:
ItemBasePropertyOptions
<
V
>
,
item
?:
Item
<
ItemOptions
>
)
=>
void
)
Optional
propagation
propagation
?:
boolean
Optional
silent
silent
?:
boolean
Optional
turn
Off
turn
Off
?:
(
<
O
>
(
options
?:
O
)
=>
void
)
Optional
turn
On
turn
On
?:
(
<
O
>
(
options
?:
O
)
=>
void
)
Optional
value
value
?:
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubble
get
Property
hierarchy
label
on
Set
propagation
silent
turn
Off
turn
On
value
NextGIS Frontend
Loading...