
jsMain.web.html.HTMLStyleElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.html
import web.cssom.LinkStyle
abstract external class HTMLStyleElement :
HTMLElement,
LinkStyle {
/** Enables or disables the style sheet. */
var disabled: Boolean
/** Sets or retrieves the media type. */
var media: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy