
main.dom.html.HTMLLabelElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package dom.html
abstract external class HTMLLabelElement :
HTMLElement {
/** Returns the form control that is associated with this element. */
val control: HTMLElement?
/** Retrieves a reference to the form that the object is embedded in. */
val form: HTMLFormElement?
/** Sets or retrieves the object to which the given label object is assigned. */
var htmlFor: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy