eligius
    Preparing search index...

    Interface RequestFunctionEvent

    Event: request-function

    The name of the function to request

    Callback that receives the function

    interface RequestFunctionEvent {
        args: [systemName: string, callback: (fn: any) => void];
        name: "request-function";
    }
    Index

    Properties

    Properties

    args: [systemName: string, callback: (fn: any) => void]
    name: "request-function"