Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
core
types
ActorMethodState
Interface ActorMethodState<A, M>
interface
ActorMethodState
<
A
,
M
>
{
[
key
:
string
]
:
{
data
:
types
.
ActorMethodReturnType
<
A
[
M
]
>
|
undefined
;
loading
:
boolean
;
error
:
Error
|
undefined
;
}
;
}
Type Parameters
A
=
types
.
BaseActor
M
extends
types
.
FunctionName
<
A
>
=
types
.
FunctionName
<
A
>
Indexable
[
key:
string
]:
{
data
:
types
.
ActorMethodReturnType
<
A
[
M
]
>
|
undefined
;
loading
:
boolean
;
error
:
Error
|
undefined
;
}
data
:
types
.
ActorMethodReturnType
<
A
[
M
]
>
|
undefined
loading
:
boolean
error
:
Error
|
undefined
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ic-reactor
Loading...