Skip to content

HTMLCollection

Values

item

Retrieves an object from various collections. Read more on MDN

let item: (WebAPI.DOMAPI.htmlCollection<'t>, int) => 't

Parameters

WebAPI.DOMAPI.htmlCollection

Return type

int

namedItem

Retrieves a select object or an object from an options collection. Read more on MDN

let namedItem: (WebAPI.DOMAPI.htmlCollection<'t>, string) => 't

Parameters

WebAPI.DOMAPI.htmlCollection

Return type

string