eligius
    Preparing search index...

    Interface RequestInstanceEvent

    Event: request-instance

    The name of the instance to request

    Callback that receives the instance

    interface RequestInstanceEvent {
        args: [instanceName: string, callback: (instance: any) => void];
        name: "request-instance";
    }
    Index

    Properties

    Properties

    args: [instanceName: string, callback: (instance: any) => void]
    name: "request-instance"