Skip to content 

ISequenceDeltaRange Interface

Packages > @fluidframework/sequence > ISequenceDeltaRange

Signature:

export interface ISequenceDeltaRange<TOperation extends MergeTreeDeltaOperationTypes = MergeTreeDeltaOperationTypes> 

Properties

List of properties of this interface
Property Type Description
operation TOperation
position number
propertyDeltas PropertySet
segment ISegment

Events

operation

Signature:

operation: TOperation;

position

Signature:

position: number;

propertyDeltas

Signature:

propertyDeltas: PropertySet;

segment

Signature:

segment: ISegment;