HTMLFormControlsCollection
Values
asHTMLCollection
let asHTMLCollection: DomTypes.htmlFormControlsCollection => DomTypes.htmlCollection< DomTypes.element,>Parameters
DomTypes.htmlFormControlsCollectionReturn type
DomTypes.htmlCollection< DomTypes.element >item
Retrieves an object from various collections. Read more on MDN
let item: ( DomTypes.htmlFormControlsCollection, int,) => DomTypes.elementParameters
DomTypes.htmlFormControlsCollection intReturn type
DomTypes.elementnamedItem
Retrieves a select object or an object from an options collection. Read more on MDN
let namedItem: ( DomTypes.htmlFormControlsCollection, string,) => DomTypes.element