LatestMapItemRemovedClientData Interface
Identifier and metadata for a removed item.
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 LatestMapItemRemovedClientData<K extends string | number>
Type Parameters
Parameter | Constraint | Description |
---|---|---|
K | string | number |
Properties
Property | Alerts | Type | Description |
---|---|---|---|
attendee | Alpha |
Attendee | |
key | Alpha |
K | |
metadata | Alpha |
LatestMetadata |
Property Details
attendee
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
attendee: Attendee;
Type: Attendee
key
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
key: K;
Type: K
metadata
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
metadata: LatestMetadata;
Type: LatestMetadata