PropertiesRollback

Packages > @fluidframework/merge-tree > PropertiesRollback

This API is deprecated and will be removed in a future release.

  • This enum should not be used externally and will be removed in a subsequent release.

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

To use, import via @fluidframework/merge-tree/legacy.

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

Signature

export declare enum PropertiesRollback

Flags

Flag Alerts Description
None Alpha Not in a rollback
Rollback Alpha Rollback

None

Not in a rollback

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

To use, import via @fluidframework/merge-tree/alpha.

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

Signature

None = 0

Rollback

Rollback

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

To use, import via @fluidframework/merge-tree/alpha.

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

Signature

Rollback = 1