ULM
GitHub
Simple Example
Leaflet Example
Preparing search index...
AddLayerParams
Interface AddLayerParams<TLayer>
interface
AddLayerParams
<
TLayer
>
{
visible
?:
boolean
;
enabled
?:
boolean
;
index
?:
number
;
position
?:
"top"
|
"bottom"
;
layerConfig
:
LayerConfig
<
TLayer
>
;
}
Type Parameters
TLayer
Hierarchy
BaseAddLayerParams
AddLayerParams
Index
Properties
visible?
enabled?
index?
position?
layer
Config
Properties
Optional
visible
visible
?:
boolean
Optional
enabled
enabled
?:
boolean
Optional
index
index
?:
number
Optional
position
position
?:
"top"
|
"bottom"
layer
Config
layerConfig
:
LayerConfig
<
TLayer
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
visible
enabled
index
position
layer
Config
Home
GitHub
Simple Example
Leaflet Example
ULM
Loading...