domu/node_list

Types

pub type Live
pub type NodeList(a)
pub type Static

Functions

pub fn entries(
  node_list: NodeList(a),
) -> Iterator(#(Int, EventTargetLike(TagNode(Concrete))))
pub fn item(
  node_list: NodeList(a),
  index: Int,
) -> Option(EventTargetLike(TagNode(Concrete)))
pub fn item_(
  node_list: NodeList(a),
  index: Int,
) -> Nullable(EventTargetLike(TagNode(Concrete)))
pub fn length(node_list: NodeList(a)) -> Int
Search Document