NodeList
A NodeList class
import { NodeList } from "@schukai/monster/source/types/nodelist.mjs";Exported
NodeListDerived from
SetOptions
The Options listed in this section are defined directly within the class. This class is derived from several parent classes. Therefore, it inherits Options from these parent classes. If you cannot find a specific Options in this list, we recommend consulting the documentation of the Set.
Properties
The Properties listed in this section are defined directly within the class. This class is derived from several parent classes. Therefore, it inherits Properties from these parent classes. If you cannot find a specific Properties in this list, we recommend consulting the documentation of the Set.
Methods
The methods listed in this section are defined directly within the class. This class is derived from several parent classes. Therefore, it inherits methods from these parent classes. If you cannot find a specific method in this list, we recommend consulting the documentation of the Set.
Constructor
constructor(values)values: {NodeList|Node|Array}values
{Error}invalid value type
Behavioral methods
add(node)node{node}: node
- {Monster.Types.NodeList}
clear()- {NodeList}
remove(node)node{node}: node
- {NodeList}
State query methods
has(node)node{node}: node
- {boolean}
Static methods
[instanceSymbol]()2.1.0- {symbol}
instanceof operator.Other methods
length()- {NodeList}
toArray()- {NodeList}
toJSON()- {NodeList}
toString()- {NodeList}
Events
This component does not fire any public events. It may fire events that are inherited from its parent classes.