Interface

HTMLOptGroupElement

HTMLOptGroupElement

Provides special properties and methods (beyond the regular HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of elements.

View Source js/lib.dom.d.ts, line 3378

Members

HTMLFormElement | null

# form

Retrieves a reference to the form that the object is embedded in.

View Source js/lib.dom.d.ts, line 3381

string

# label

Sets or retrieves a value that you can use to implement your own label functionality for the object.

View Source js/lib.dom.d.ts, line 3386