AsyncBindService
Properties
(Mandatory properties are in bold)| Properties | Type | Description |
|---|---|---|
| callSaga | callSaga(sagaName: string,args: any[]): void | |
| constructor | new AsyncBindService<T>() | |
| error | error(error: Error): void | |
| execute | execute(asyncMethod: AnyFunction<T>,dependencies: any[]): void | |
| forkAsyncBind | forkAsyncBind(asyncMethod: AnyFunction<T>,dependencies: any[]): void | |
| setLoading | setLoading(isLoading: boolean): void | |
| state | AsyncBindState | |
| success | success(result: T): void |