API / geotoolkit / css / CssStyle / CssStyle
Type Aliases
Ƭ Css: Object
| Name | Type | Description |
|---|---|---|
properties | any | properties to apply |
selector | string | selector of CSS |
Ƭ Options: Object
Object containing css and additional properties or the CSS string
| Name | Type | Description |
|---|---|---|
css? | string | Css | Css[] | css The css string to parse or object with selector and properties or array of objects with selector and properties |
registry? | Registry | registry of serializers for declaration blocks |
variables? | Map<string, any> | Record<string, any> | external variables |