- Preparing search index...
- The search index is not available
Deepkit
Methods
action
- action<T>(controller: RpcControllerState, method: string, args: any[], options?: {
dontWaitForConnection?: true;
timeout?: number;
typeReuseDisabled?: boolean;
}): Promise<any>
-
Parameters
-
-
method: string
-
args: any[]
-
options: {
dontWaitForConnection?: true;
timeout?: number;
typeReuseDisabled?: boolean;
} = {}
-
Optional
dontWaitForConnection?: true
-
Optional
timeout?: number
-
Optional
typeReuseDisabled?: boolean
Returns Promise<any>
Protected
handleCollection
- handleCollection(entityStore: EntitySubjectStore<any>, types: ControllerStateActionTypes, collection: Collection<any>, messages: RpcMessage[]): void
-
Parameters
-
-
types: ControllerStateActionTypes
-
-
Returns void
loadActionTypes
- loadActionTypes(controller: RpcControllerState, method: string, options?: {
dontWaitForConnection?: true;
timeout?: number;
typeReuseDisabled?: boolean;
}): Promise<ControllerStateActionTypes>
-
Parameters
-
-
method: string
-
options: {
dontWaitForConnection?: true;
timeout?: number;
typeReuseDisabled?: boolean;
} = {}
-
Optional
dontWaitForConnection?: true
-
Optional
timeout?: number
-
Optional
typeReuseDisabled?: boolean
Returns Promise<ControllerStateActionTypes>