PresenceStatesEntry TypeAlias
Single entry in PresenceStatesSchema.
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 PresenceStatesEntry<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 |