Type alias IAvailableInstancesMsg

IAvailableInstancesMsg: {
    dispatcher: string;
    instances: INopeModuleDescription[];
}

Type declaration

  • dispatcher: string

    The Id of the Dispatcher

  • instances: INopeModuleDescription[]

    The List of available Instance Creators.

Generated using TypeDoc