Abstract Readonly eventGets a counter of event emit calls.
Gets a counter map from events to new listener counts
Readonly nodeGets an internal unique node identifier, mostly used for debugging.
Gets a counter for the CHANGE event.
Abstract childrenA human friendly name
Abstract idGlobally unique identifier in the tree
Abstract nameGets the local name
Gets a databag to store custom information
Abstract nodeGets a kind identifier useful for UI descriptions
Abstract parentAbstract qualifiedGets the name including parents
Unregisters a handler for one or more events
name or names of the events to subscribe
handler to unregister
current object instance
Registers a handler for one or more events
name or names of the events to subscribe
handler to register
current object instance
Registers a handler for one or more events to run only once.
name or names of the events to subscribe
handler to execute
current object instance
Subscribes to an event and returns the unsubscription handler
Subscribes to an event and returns the unsubscription handler
JDOM
Awaits an event with a timeout. Throws JacdacError with timeout if operation does not return.
Optional token: JDCancellationTokenGenerated using TypeDoc
Base class for JDOM Node classes.