Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
core
types
ActorMethodCall
Type alias ActorMethodCall<A>
Actor
Method
Call
<
A
>
:
(
<
M
>
(
functionName
,
args
,
options
?
)
=>
types
.
ActorUpdateReturnType
<
A
,
M
>
)
Type Parameters
A
=
Record
<
string
,
types
.
ActorMethod
>
Type declaration
<
M
>
(
functionName
,
args
,
options
?
)
:
types
.
ActorUpdateReturnType
<
A
,
M
>
Type Parameters
M
extends
types
.
FunctionName
<
A
>
Parameters
functionName
:
M
args
:
types
.
ActorMethodParameters
<
A
[
M
]
>
Optional
options
:
utils
.
agent
.
CallConfig
Returns
types
.
ActorUpdateReturnType
<
A
,
M
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ic-reactor
Loading...