LocalAttributionKey Interface

Packages > @fluidframework/runtime-definitions > LocalAttributionKey

AttributionKey associated with content that has been made locally but not yet acked by the server.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/runtime-definitions/legacy.

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

Signature

export interface LocalAttributionKey

Properties

Property Alerts Type Description
type Alpha "local"

Property Details

type

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

To use, import via @fluidframework/runtime-definitions/alpha.

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

Signature

type: "local";

Type: “local”