eligius
    Preparing search index...

    Interface RequestActionEvent

    Event: request-action

    The name of the action to request

    Callback that receives the action instance

    interface RequestActionEvent {
        args: [actionName: string, callback: (actionInstance: any) => void];
        name: "request-action";
    }
    Index

    Properties

    Properties

    args: [actionName: string, callback: (actionInstance: any) => void]
    name: "request-action"