StylePropertyMapReadOnly

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.

MDN Reference

Inheritors

Properties

Link copied to clipboard
open override val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun forEach(action: (value: JsIterable<CSSStyleValue>, key: JsString) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun has(key: JsString): Boolean
Link copied to clipboard
open inline operator fun iterator(): Iterator<JsTuple2<JsString, JsIterable<CSSStyleValue>>>
Link copied to clipboard
abstract fun keys(): JsIterator<JsString>
Link copied to clipboard