Skip to main content

PresenceStatesSchema Interface

Schema for a PresenceStates workspace.

Keys of schema are the keys of the PresenceStates providing access to Value Managers.

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 interface PresenceStatesSchema

Index Signatures

IndexSignature Alerts Description
[key: string]: PresenceStatesEntry<typeof key, InternalTypes.ValueDirectoryOrState<any>> Alpha

Index Signature Details

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

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

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