StylePropertyMapReadOnly
sealed class StylePropertyMapReadOnly : MapLike<JsString, JsIterable<CSSStyleValue>> , ReadonlySetLike<JsString> (source)
The StylePropertyMapReadOnly
interface of the CSS Typed Object Model API provides a read-only representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
Inheritors
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