Skip to main content

LatestValueMetadata Interface

Metadata for the value state.

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 LatestValueMetadata

Properties

Property Alerts Type Description
revision Alpha number The revision number for value that increases as value is changed.
timestamp Alpha number Local time when the value was last updated.

Property Details

revision

The revision number for value that increases as value is changed.

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

revision: number;

Type: number

timestamp

Local time when the value was last updated.

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

timestamp: number;

Type: number

Remarks

Currently this is a placeholder for future implementation.