NextGIS Frontend
Preparing search index...
@nextgis/item
CheckOptions
Interface CheckOptions<V>
interface
CheckOptions
<
V
=
boolean
>
{
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
=
CheckOptions
<
boolean
>
>
(
options
?:
O
)
=>
void
;
turnOn
?:
<
O
=
CheckOptions
<
boolean
>
>
(
options
?:
O
)
=>
void
;
value
?:
V
;
}
Type Parameters
V
=
boolean
Hierarchy (
View Summary
)
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
getProperty
?:
(
item
?:
Item
<
ItemOptions
>
)
=>
V
Optional
hierarchy
hierarchy
?:
boolean
Optional
label
label
?:
string
Optional
on
Set
onSet
?:
(
value
?:
V
,
options
?:
ItemBasePropertyOptions
<
V
>
,
item
?:
Item
<
ItemOptions
>
,
)
=>
void
Optional
propagation
propagation
?:
boolean
Optional
silent
silent
?:
boolean
Optional
turn
Off
turnOff
?:
<
O
=
CheckOptions
<
boolean
>
>
(
options
?:
O
)
=>
void
Optional
turn
On
turnOn
?:
<
O
=
CheckOptions
<
boolean
>
>
(
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...