PresenceWorkspaceAddress TypeAlias
Unique address within a session.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/presence/alpha
.
For more information about our API support guarantees, see here.
Signature
export type PresenceWorkspaceAddress = `${string}:${string}`;
Remarks
A string known to all clients working with a certain Workspace and unique among Workspaces. Recommend using specifying concatenation of: type of unique identifier, :
(required), and unique identifier.
Example
Examples
"guid:g0fl001d-1415-5000-c00l-g0fa54g0b1g1"
"address:object0/sub-object2:pointers"