ScriptEventCommandMessageAfterEventSignal Class

Allows for registering an event handler that responds to inbound /scriptevent commands.

Methods

subscribe

subscribe(callback: (arg: ScriptEventCommandMessageAfterEvent) => void, options?: ScriptEventMessageFilterOptions): (arg: ScriptEventCommandMessageAfterEvent) => void

Registers a new ScriptEvent handler.

Parameters

Returns (arg: ScriptEventCommandMessageAfterEvent) => void

Important

This function can't be called in read-only mode.

unsubscribe

unsubscribe(callback: (arg: ScriptEventCommandMessageAfterEvent) => void): void

Unsubscribes a particular handler for a ScriptEvent event.

Parameters

Important

This function can't be called in read-only mode.

Warning

This function can throw errors.