All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.cssom.CSSStyleSheet.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.cssom

import kotlin.js.Promise

external class CSSStyleSheet(
    options: CSSStyleSheetInit = definedExternally,
) : StyleSheet {
    val cssRules: CSSRuleList
    val ownerRule: CSSRule?
    fun deleteRule(index: Int)
    fun insertRule(
        rule: String,
        index: Int = definedExternally,
    ): Number

    fun replace(text: String): Promise
    fun replaceSync(text: String)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy