LatestValueClientData Interface
State of a specific client's value and its metadata.
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
/** @sealed */
export interface LatestValueClientData<T> extends LatestValueData<T>
Extends: LatestValueData<T>
Type Parameters
Parameter | Description |
---|---|
T |
Properties
Property | Alerts | Type | Description |
---|---|---|---|
client | Alpha |
ISessionClient |
Property Details
client
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
client: ISessionClient;
Type: ISessionClient