Interface

HTMLParamElement

HTMLParamElement

Provides special properties (beyond those of the regular HTMLElement object interface it inherits) for manipulating elements, representing a pair of a key and a value that acts as a parameter for an element.

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

Members

string

# name

Sets or retrieves the name of an input parameter for an element.

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

string

# type

Sets or retrieves the content type of the resource designated by the value attribute.

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

string

# value

Sets or retrieves the value of an input parameter for an element.

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

string

# valueType

Sets or retrieves the data type of the value attribute.

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