Stone.js API
Docs
Home
Preparing search index...
stone-js-event-bus/src/drivers/LocalEventBus
EmitterLike
Interface EmitterLike
The minimal emitter shape the local driver needs (satisfied by the core
EventEmitter
).
interface
EmitterLike
{
emit
:
(
name
:
string
,
payload
?:
any
)
=>
void
|
Promise
<
void
>
;
}
Index
Properties
emit
Properties
emit
emit
:
(
name
:
string
,
payload
?:
any
)
=>
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
emit
Docs
Home
Stone.js API
Loading...
The minimal emitter shape the local driver needs (satisfied by the core
EventEmitter).