Documentation / @zerotal/flow / index / PresenceChannel
Type Alias: PresenceChannel
PresenceChannel =
string| ((self) =>string)
Defined in: flow/src/decorators.ts:476
A presence channel identifier: either a static channel name, or a resolver called with the component instance to compute a per-instance name (for dynamic rooms).