hoodkit
Preparing search index...
react
AsyncState
Interface AsyncState<T>
Shared async-state shape returned by the read hooks.
interface
AsyncState
<
T
>
{
data
:
T
|
null
;
error
:
Error
|
null
;
isLoading
:
boolean
;
}
Type Parameters
T
Index
Properties
data
error
is
Loading
Properties
data
data
:
T
|
null
error
error
:
Error
|
null
is
Loading
isLoading
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
is
Loading
hoodkit
Loading...
Shared async-state shape returned by the read hooks.