GeoLeaf Core API - v3.0.0
Preparing search index...
kernel/geojson/geojson-types
GeoJSONStyleRuleCondition
Interface GeoJSONStyleRuleCondition
Style rule condition (when)
interface
GeoJSONStyleRuleCondition
{
field
?:
string
;
operator
?:
string
;
value
?:
unknown
;
all
?:
GeoJSONStyleRuleCondition
[]
;
}
Index
Properties
field?
operator?
value?
all?
Properties
Optional
field
field
?:
string
Optional
operator
operator
?:
string
Optional
value
value
?:
unknown
Optional
all
all
?:
GeoJSONStyleRuleCondition
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
field
operator
value
all
GeoLeaf Core API - v3.0.0
Loading...
Style rule condition (when)