SegmentGroup Interface

Packages > @fluidframework/merge-tree > SegmentGroup

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

This functionality was not meant to be exported and will be removed in a future 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 interface SegmentGroup

Properties

Property Alerts Modifiers Type Description
localSeq Alpha optional number
obliterateInfo Alpha optional ObliterateInfo
previousProps Alpha optional PropertySet[]
refSeq Alpha number
segments Alpha ISegment[]

Property Details

localSeq

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

localSeq?: number;

Type: number

obliterateInfo

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

obliterateInfo?: ObliterateInfo;

Type: ObliterateInfo

previousProps

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

previousProps?: PropertySet[];

Type: PropertySet []

refSeq

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

refSeq: number;

Type: number

segments

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

segments: ISegment[];

Type: ISegment []