Skip to main content

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
client Alpha ISessionClient
key Alpha K
metadata Alpha LatestValueMetadata

Property Details

client

This API is provided as an alpha preview and may change without notice.

For more information about our API support guarantees, see here.

Signature

client: ISessionClient;

Type: ISessionClient

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: LatestValueMetadata;

Type: LatestValueMetadata