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