Doc > API > BaseEventNode
BaseEventNode is the base class for all nodes that process events. This inherits from BaseNode.
Methods
.onDispatch(outputName: string, callback: DispatchHook)
onDispatch is called when an output triggers an event.
source