geostyler-style
Preparing search index...
Style
Interface Style
The Style is the main interface and the root for all other interfaces.
interface
Style
{
metadata
?:
Record
<
string
,
any
>
;
name
:
string
;
rules
:
Rule
[]
;
}
Index
Properties
metadata?
name
rules
Properties
Optional
metadata
metadata
?:
Record
<
string
,
any
>
name
name
:
string
rules
rules
:
Rule
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
metadata
name
rules
geostyler-style
Loading...
The Style is the main interface and the root for all other interfaces.