StatesWorkspaceSchema Interface
Schema for a StatesWorkspace workspace.
Keys of schema are the keys of the StatesWorkspace providing access to State objects.
This API is provided as a beta preview and may change without notice.
To use, import via @fluidframework/presence/beta.
For more information about our API support guarantees, see here.
Signature
export interface StatesWorkspaceSchema
Index Signatures
| IndexSignature | Alerts | Description |
|---|---|---|
| [key: string]: StatesWorkspaceEntry<typeof key, InternalTypes.ValueDirectoryOrState<any>> | Beta |
Key-value pairs of State objects registered with the StatesWorkspace. |
Index Signature Details
[key: string]: StatesWorkspaceEntry<typeof key, InternalTypes.ValueDirectoryOrState<any>>
Key-value pairs of State objects registered with the StatesWorkspace.
This API is provided as a beta preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
[key: string]: StatesWorkspaceEntry<typeof key, InternalTypes.ValueDirectoryOrState<any>>;