ISequenceDeltaRange Interface
Packages > fluid-framework > ISequenceDeltaRange
A range that has changed corresponding to a segment modification.
Signature:
export interface ISequenceDeltaRange<TOperation extends MergeTreeDeltaOperationTypes = MergeTreeDeltaOperationTypes>
Properties
Property | Type | Description |
---|---|---|
operation | ||
position | The index of the start of the range. | |
propertyDeltas | ||
segment | The segment that corresponds to the range. |
Events
operation
Signature:
operation: TOperation;
position
The index of the start of the range.
Signature:
position: number;
propertyDeltas
Signature:
propertyDeltas: PropertySet;
segment
The segment that corresponds to the range.
Signature:
segment: ISegment;