HookBroadcastFn
HookBroadcastFn = (
channel,payload?) =>void
Defined in: hooks.ts:73
Optional broadcast function available to hook handlers for emitting SSE events to connected clients.
Parameters
Section titled “Parameters”channel
Section titled “channel”string
payload?
Section titled “payload?”unknown
Returns
Section titled “Returns”void