ISequenceDeltaRange Interface
Packages > @fluidframework/sequence > ISequenceDeltaRange
Signature:
export interface ISequenceDeltaRange<TOperation extends MergeTreeDeltaOperationTypes = MergeTreeDeltaOperationTypes>
Properties
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;