AttributionInfo Interface

Packages > @fluidframework/runtime-definitions > AttributionInfo

Attribution information associated with a change.

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 AttributionInfo

Properties

Property Alerts Type Description
timestamp Alpha number When the change happened.
user Alpha IUser The user that performed the change.

Property Details

timestamp

When the change happened.

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

timestamp: number;

Type: number

user

The user that performed the change.

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

user: IUser;

Type: IUser