Documentation
Code
GitLab
@geogirafe/lib-geoportal
models/theme
Theme
Class Theme
Index
Constructors
constructor
Properties
_layers
Tree
icon
id
location?
name
zoom?
Constructors
constructor
new
Theme
(
elem
:
{
icon
:
string
;
id
:
number
;
location
?:
Coordinate
;
name
:
string
;
zoom
?:
number
;
}
,
)
:
Theme
Parameters
elem
:
{
icon
:
string
;
id
:
number
;
location
?:
Coordinate
;
name
:
string
;
zoom
?:
number
}
Returns
Theme
Properties
_layers
Tree
_layersTree
:
BaseLayer
[]
= []
icon
icon
:
string
id
id
:
number
Optional
location
location
?:
Coordinate
name
name
:
string
Optional
zoom
zoom
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_layers
Tree
icon
id
location
name
zoom
@geogirafe/lib-geoportal
Loading...