Last updated

API / geotoolkit / css / CssStyle / CssStyle

Namespace: CssStyle

css.CssStyle.CssStyle

Table of contents

Type Aliases

Contents

Type Aliases

Css

Ƭ Css: Object

Type declaration

NameTypeDescription
propertiesanyproperties to apply
selectorstringselector of CSS

Options

Ƭ Options: Object

Object containing css and additional properties or the CSS string

Type declaration

NameTypeDescription
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?Registryregistry of serializers for declaration blocks
variables?Map<string, any> | Record<string, any>external variables

Type

Ƭ Type: CssStyle | Options | Css | Css[] | string