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
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun get(key: Symbol.iterator): () -> JsIterator<JsTuple2<JsString, JsIterable<CSSStyleValue>>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard