Kotlin v1.4.30
  • Solutions
    • Multiplatform Mobile ↗
    • Server-side ↗
    • Web frontend
    • Data science
    • Android
  • Docs
  • Community
  • Teach
  • Play
← Docs
kotlin-stdlib / org.w3c.dom.css / CSSStyleSheet

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
  • GitHub logo
  • Twitter logo
  • Slack logo
  • Reddit logo
  • Stack Overflow logo
  • Stack Overflow logo
Contributing to Kotlin Releases Press Kit Security Blog Issue Tracker
Kotlin™ is protected under the Kotlin Foundation and licensed under the Apache 2 license. Supported and developed by JetBrains
Supported and developed by JetBrains
esc