Chef-JS Core
Preparing search index...
ServerEmitEvent
Type Alias ServerEmitEvent
ServerEmitEvent
:
(
event
:
string
,
id
:
string
,
data
?:
any
)
=>
void
shortcut in plugin for
this.to
(topic).emit(event, id, data)
Type declaration
(
event
:
string
,
id
:
string
,
data
?:
any
)
:
void
Parameters
event
:
string
id
:
string
Optional
data
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Chef-JS Core
Loading...
shortcut in plugin for this.to(topic).emit(event, id, data)