Documentation / @zerotal/broadcasting / broadcastOnce
Function: broadcastOnce()
broadcastOnce(
event):void
Defined in: broadcasting/src/BroadcastingEvent.ts:12
Broadcast an event at most once (idempotent across dispatch() and the Events auto-broadcast
hook), gated by broadcastWhen() (default true). Used by both paths; exported for the hook.
Parameters
event
Returns
void