Search
Preparing search index...
The search index is not available
@foxy.io/sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@foxy.io/sdk
<internal>
ActorRef
Interface ActorRef<TEvent, TEmitted>
Type Parameters
TEvent
extends
EventObject
TEmitted =
any
Hierarchy
Subscribable
<
TEmitted
>
ActorRef
Index
Properties
send
Methods
subscribe
Properties
send
send
:
Sender
<
TEvent
>
Methods
subscribe
subscribe
(
observer
:
Observer
<
TEmitted
>
)
:
Subscription
subscribe
(
next
:
(
(
value
:
TEmitted
)
=>
void
)
, error
?:
(
(
error
:
any
)
=>
void
)
, complete
?:
(
(
)
=>
void
)
)
:
Subscription
Parameters
observer:
Observer
<
TEmitted
>
Returns
Subscription
Parameters
next:
(
(
value
:
TEmitted
)
=>
void
)
(
value
:
TEmitted
)
:
void
Parameters
value:
TEmitted
Returns
void
Optional
error:
(
(
error
:
any
)
=>
void
)
(
error
:
any
)
:
void
Parameters
error:
any
Returns
void
Optional
complete:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
Subscription
Modules
<internal>
Cookie
Cookie
Jar
Backend
Core
Customer
Actor
Ref
send
subscribe
Generated using
TypeDoc