← Docs
kotlin-stdlib / org.w3c.dom.css / CSSStyleSheet

CSSStyleSheet

JS
1.1
abstract class CSSStyleSheet : StyleSheet
(source)

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
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .