Search
Preparing search index...
The search index is not available
xstate
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ActorRef
Interface ActorRef<TEvent, TEmitted>
Type parameters
TEvent
:
EventObject
TEmitted
Hierarchy
Subscribable
<
TEmitted
>
ActorRef
SpawnedActorRef
Index
Properties
send
Methods
subscribe
Properties
send
send
:
Sender
<
TEvent
>
Methods
subscribe
subscribe
(
observer
:
Observer
<
TEmitted
>
)
:
Subscription
subscribe
(
next
:
(
value
:
TEmitted
)
=>
void
, error
?:
undefined
|
(
(
error
:
any
)
=>
void
)
, complete
?:
undefined
|
(
(
)
=>
void
)
)
:
Subscription
Parameters
observer:
Observer
<
TEmitted
>
Returns
Subscription
Parameters
next:
(
value
:
TEmitted
)
=>
void
(
value
:
TEmitted
)
:
void
Parameters
value:
TEmitted
Returns
void
Optional
error:
undefined
|
(
(
error
:
any
)
=>
void
)
Optional
complete:
undefined
|
(
(
)
=>
void
)
Returns
Subscription
Globals
Actor
Ref
send
subscribe
Generated using
TypeDoc