Type alias EventnameToEventType

EventnameToEventType: {
    aurevoir: IAurevoirMsg;
    bonjour: IBonjourMsg;
    dataChanged: IDataChangedMsg;
    event: IExternalEventMsg;
    instancesChanged: IAvailableInstancesMsg;
    rpcRequest: IRequestRpcMsg;
    rpcResponse: IRpcResponseMsg;
    rpcUnregister: IRpcUnregisterMsg;
    servicesChanged: IAvailableServicesMsg;
    statusChanged: INopeStatusInfo;
    taskCancelation: ITaskCancelationMsg;
    tasks: any;
}

A Mapping, mapping the event name to the Type and Message.

Type declaration

Generated using TypeDoc