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