CSSStyleSheet

JS
1.1
abstract class CSSStyleSheet : StyleSheet

Exposes the JavaScript CSSStyleSheet to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript CSSStyleSheet to Kotlin

CSSStyleSheet()

Properties

JS
1.1

cssRules

open val cssRules: CSSRuleList
JS
1.1

ownerRule

open val ownerRule: CSSRule?

Functions

JS
1.1

deleteRule

fun deleteRule(index: Int)
JS
1.1

insertRule

fun insertRule(rule: String, index: Int): Int