IMergeTreeGroupMsg Interface

Packages > @fluidframework/merge-tree > IMergeTreeGroupMsg

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

The ability to create group ops will be removed in an upcoming release, as group ops are redundant with the native batching capabilities of the runtime

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 interface IMergeTreeGroupMsg extends IMergeTreeDelta

Extends: IMergeTreeDelta

Properties

Property Alerts Type Description
ops Alpha IMergeTreeDeltaOp[]
type Alpha typeof MergeTreeDeltaType.GROUP

Property Details

ops

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

ops: IMergeTreeDeltaOp[];

Type: IMergeTreeDeltaOp []

type

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

type: typeof MergeTreeDeltaType.GROUP;

Type: typeof MergeTreeDeltaType.GROUP