GeoLeaf Core API - v3.0.0
Preparing search index...
capabilities/labels/types
LayerLabelState
Interface LayerLabelState
State the Labels module keeps per registered layer.
interface
LayerLabelState
{
enabled
:
boolean
;
config
:
LabelUserConfig
;
labelStyle
:
LabelStyleLike
;
tooltips
:
Map
<
string
,
RemovableTooltip
>
;
}
Index
Properties
enabled
config
label
Style
tooltips
Properties
enabled
enabled
:
boolean
config
config
:
LabelUserConfig
label
Style
labelStyle
:
LabelStyleLike
tooltips
tooltips
:
Map
<
string
,
RemovableTooltip
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
enabled
config
label
Style
tooltips
GeoLeaf Core API - v3.0.0
Loading...
State the Labels module keeps per registered layer.