ObliterateInfo Interface

Packages > @fluidframework/merge-tree > ObliterateInfo

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 ObliterateInfo

Properties

Property Alerts Type Description
clientId Alpha number
end Alpha LocalReferencePosition
localSeq Alpha number | undefined
refSeq Alpha number
segmentGroup Alpha SegmentGroup | undefined
seq Alpha number
start Alpha LocalReferencePosition

Property Details

clientId

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

clientId: number;

Type: number

end

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

end: LocalReferencePosition;

Type: LocalReferencePosition

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 | undefined;

Type: number | undefined

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

segmentGroup

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

segmentGroup: SegmentGroup | undefined;

Type: SegmentGroup | undefined

seq

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

seq: number;

Type: number

start

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

start: LocalReferencePosition;

Type: LocalReferencePosition