Properties

Link copied to clipboard
open override val size: Int

Functions

Link copied to clipboard
fun append(property: String, vararg values: String)

fun append(property: String, vararg values: CSSStyleValue)
Link copied to clipboard
Link copied to clipboard
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
fun set(property: String, vararg values: String)

fun set(property: String, vararg values: CSSStyleValue)
Link copied to clipboard