GeoLeaf Core API - v3.0.0
Preparing search index...
capabilities/legend/types
StyleData
Interface StyleData
A parsed style file (
layers/<id>/styles/<file>.json
).
interface
StyleData
{
id
?:
string
;
label
?:
string
;
description
?:
string
;
style
?:
Record
<
string
,
unknown
>
;
legend
?:
StyleLegendMeta
;
styleRules
?:
StyleRule
[]
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
id?
label?
description?
style?
legend?
style
Rules?
Properties
Optional
id
id
?:
string
Optional
label
label
?:
string
Optional
description
description
?:
string
Optional
style
style
?:
Record
<
string
,
unknown
>
Optional
legend
legend
?:
StyleLegendMeta
Optional
style
Rules
styleRules
?:
StyleRule
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
label
description
style
legend
style
Rules
GeoLeaf Core API - v3.0.0
Loading...
A parsed style file (
layers/<id>/styles/<file>.json).