Skip to main content

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

Index Signature Details

[key: string]: StatesWorkspaceEntry<typeof key, InternalTypes.ValueDirectoryOrState<any>>

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>>;