LatestMapItemValueClientData Interface
State of a single item value, its key, 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 LatestMapItemValueClientData<T, K extends string | number> extends LatestValueClientData<T>
Extends: LatestValueClientData<T>
Type Parameters
Parameter | Constraint | Description |
---|---|---|
T | ||
K | string | number |
Properties
Property | Alerts | Type | Description |
---|---|---|---|
key | Alpha |
K |
Property Details
key
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: K;
Type: K