Skip to content

NodeList

Values

item

Returns the node with index index from the collection. The nodes are sorted in tree order. Read more on MDN

let item: (WebAPI.DOM.nodeList<'tNode>, int) => Null.t<'tNode>

Parameters

WebAPI.DOM.nodeListint

Return type

Stdlib.Null.t