StylePropertyMap
The StylePropertyMap
interface of the CSS Typed Object Model API provides a representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun get(key: Symbol.iterator): () -> JsIterator<Tuple2<JsString, JsIterable<CSSStyleValue>>>
The get()
method of the object for the first value of the specified property.
Link copied to clipboard
The getAll()
method of the ``js-nolint getAll(property) ``
- property
- : The name of the property to retrieve all values of.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard