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 StylePropertyMapReadOnly interface returns a CSSStyleValue object for the first value of the specified property.
Link copied to clipboard
The getAll()
method of the StylePropertyMapReadOnly interface returns an array of CSSStyleValue objects containing the values for the provided property.
Link copied to clipboard
Link copied to clipboard