Documentation / @zerotal/broadcasting / EventsOf
Type Alias: EventsOf<M, Ch>
EventsOf<
M,Ch> = keyofM[Ch] &string
Defined in: broadcasting/src/TypedBroadcastManager.ts:53
All event names for a given channel pattern in the map.
Type Parameters
M
M extends BroadcastChannelMap
Ch
Ch extends keyof M & string