
jsMain.web.html.Option.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED",
)
package web.html
external class Option(
text: String = definedExternally,
value: String = definedExternally,
defaultSelected: Boolean = definedExternally,
selected: Boolean = definedExternally,
) : HTMLOptionElement
© 2015 - 2025 Weber Informatics LLC | Privacy Policy