Skip to main content

StatesWorkspaceEntry TypeAlias

Single entry in StatesWorkspaceSchema or NotificationsWorkspaceSchema.

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 type StatesWorkspaceEntry<TKey extends string, TValue extends InternalTypes.ValueDirectoryOrState<unknown>, TManager = unknown> = InternalTypes.ManagerFactory<TKey, TValue, TManager>;

Type Parameters

Parameter Constraint Default Description
TKey string
TValue InternalTypes.ValueDirectoryOrState<unknown>
TManager unknown