
main.dom.html.HTMLOptGroupElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package dom.html
abstract external class HTMLOptGroupElement :
HTMLElement {
var disabled: Boolean
/** Sets or retrieves a value that you can use to implement your own label functionality for the object. */
var label: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy