Callable
- __call(value: T, onFlowBack?: IFlowBack<T>): void
Properties
get
get: function
Type declaration
-
- (key: string, defaultValue?: any): any
-
Parameters
-
key: string
-
Optional defaultValue: any
Returns any
reset
reset: function
Type declaration
-
- (type: string, value?: T, context?: any): void
-
Parameters
-
type: string
-
Optional value: T
-
Optional context: any
Returns void
run
run: function
Type declaration
-
- <T>(type: string, value?: T, context?: any): Promise<T>
-
Type parameters
Parameters
-
type: string
-
Optional value: T
-
Optional context: any
Returns Promise<T>
set
set: function
Type declaration
-
- (key: string, value: any): void