Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
react
types
CallActorMethod
Type alias CallActorMethod<A>
Call
Actor
Method
<
A
>
:
(
<
M
>
(
functionName
,
...
args
)
=>
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
)
Type Parameters
A
=
types
.
BaseActor
Type declaration
<
M
>
(
functionName
,
...
args
)
:
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
Type Parameters
M
extends
types
.
FunctionName
<
A
>
=
types
.
FunctionName
<
A
>
Parameters
functionName
:
M
Rest
...
args
:
types
.
ActorMethodParameters
<
A
[
M
]
>
Returns
Promise
<
types
.
ActorMethodReturnType
<
A
[
M
]
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ic-reactor
Loading...