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

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

// Automatically generated - do not modify!

package web.cssom

sealed external class StyleSheet {
    var disabled: Boolean
    val href: String?
    val media: MediaList
    val ownerNode: Any /* Element | ProcessingInstruction */?
    val parentStyleSheet: CSSStyleSheet?
    val title: String?
    val type: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy