Node

Last modified: Jun 30, 2024

Base class for all nodes.

Constructor

new Node(nodeType?)
ParameterTypeDefault Value
nodeType?null | stringnull

Constructs a new node.

AccessorType

Properties

PropertyTypeDefault Value
nodeTypenull | string
updateTypestring
updateBeforeTypestring
updateAfterTypestring
versionnumber
namestring
globalboolean
parentsboolean
isNodeboolean
_beforeNodesany
_cacheKeynull | number
_uuidstring
_cacheKeyVersionnumber
idnumber
stackTracenull | string
MethodType

Extends

EventDispatcher