Interface: UseAsyncResult<T>
Defined in: coreUtils/hooks.ts:142
Result from useAsync hook.
Type Parameters
| Type Parameter |
|---|
|
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
|
| The last successfully loaded value. (Does not reset on error or when reloading is in progress.) | |
|
| Load operation error. | |
|
| Load operation status. |