Script API - v1.26.30.25
    Preparing search index...

    Class ScriptEventCommandMessageAfterEventSignal

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

    export class ScriptEventCommandMessageAfterEventSignal {
    private constructor();
    subscribe(
    callback: (arg0: ScriptEventCommandMessageAfterEvent) => void,
    options?: ScriptEventMessageFilterOptions,
    ): (arg0: ScriptEventCommandMessageAfterEvent) => void;
    unsubscribe(callback: (arg0: ScriptEventCommandMessageAfterEvent) => void): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods