Initializes options variable. Calls createWrapper to create a wrapper element.
Object containing values needed for creating a new node.
Object containing values needed for creating a new node.
Creates a new element for every node element that is present in the nodes array. Will throw an error if the nodes array is empty.
Element that will contain all nodes.
Generated using TypeDoc
Contains all variables and methods necessary for creating and managing a node.
A new instance of ExpNode can be created as following:
const expNode = ExpNode.create(options);