ic-reactor
Example
GitHub
Preparing search index...
core
types
ActorSubscribeFunction
Type Alias ActorSubscribeFunction<A, M>
ActorSubscribeFunction
:
(
callback
:
(
state
:
types
.
ActorMethodState
<
A
,
M
>
[
string
]
)
=>
void
,
)
=>
()
=>
void
Type Parameters
A
M
extends
types
.
FunctionName
<
A
>
Type declaration
(
callback
:
(
state
:
types
.
ActorMethodState
<
A
,
M
>
[
string
]
)
=>
void
)
:
()
=>
void
Parameters
callback
:
(
state
:
types
.
ActorMethodState
<
A
,
M
>
[
string
]
)
=>
void
Returns
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Example
GitHub
ic-reactor
Loading...