NodeListOf$Typings<TNode extends Node> extension

on

Properties

forEach ↔ void Function(void (TNode, num, NodeListOf<TNode>), [dynamic])

Available on NodeListOf<TNode>, provided by the NodeListOf$Typings extension

getter/setter pair
item ↔ TNode Function(num)

Available on NodeListOf<TNode>, provided by the NodeListOf$Typings extension

getter/setter pair

Operators

operator [](num index) → TNode

Available on NodeListOf<TNode>, provided by the NodeListOf$Typings extension

operator []=(num index, TNode value) → void

Available on NodeListOf<TNode>, provided by the NodeListOf$Typings extension