SequenceOffsets Interface
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 SequenceOffsets
Properties
Property | Alerts | Type | Description |
---|---|---|---|
posBreakpoints | Alpha |
number[] | |
seqs | Alpha |
(number | AttributionKey | null)[] | Parallel array with posBreakpoints which tracks the seq of insertion. |
Property Details
posBreakpoints
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
posBreakpoints: number[];
Type: number[]
seqs
Parallel array with posBreakpoints which tracks the seq of insertion.
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.