Preparing search index...
The search index is not available
NextGIS Frontend
NextGIS Frontend
@nextgis/ngw-connector
TreeGroup
Interface TreeGroup
interface
TreeGroup
{
_layer
?:
any
;
_parent
?:
TreeGroup
;
children
:
(
TreeGroup
|
TreeLayer
)
[]
;
display_name
?:
string
;
group_expanded
?:
boolean
;
id
?:
number
;
item_type
:
"root"
|
"group"
;
}
Hierarchy (
view full
)
TreeItem
TreeGroup
Index
Properties
_layer?
_parent?
children
display_
name?
group_
expanded?
id?
item_
type
Properties
Optional
_layer
_layer
?:
any
Optional
_parent
_parent
?:
TreeGroup
children
children
:
(
TreeGroup
|
TreeLayer
)
[]
Optional
display_
name
display_
name
?:
string
Optional
group_
expanded
group_
expanded
?:
boolean
Optional
id
id
?:
number
item_
type
item_
type
:
"root"
|
"group"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_layer
_parent
children
display_
name
group_
expanded
id
item_
type
NextGIS Frontend
Loading...