Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
react
types
UseSharedCallState
Type alias UseSharedCallState<A, M>
Use
Shared
Call
State
<
A
,
M
>
:
{
data
:
types
.
ActorMethodReturnType
<
A
[
M
]
>
|
undefined
;
error
:
Error
|
undefined
;
loading
:
boolean
;
}
Type Parameters
A
M
extends
types
.
FunctionName
<
A
>
Type declaration
data
:
types
.
ActorMethodReturnType
<
A
[
M
]
>
|
undefined
error
:
Error
|
undefined
loading
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ic-reactor
Loading...