API
Location Types

RangeRef

3min

RangeRef objects keep a specific range in a document synced over time as new operations are applied to the editor. You can access their property current at any time for the up-to-date Range value.

TypeScript


Static methods

Transform methods

RangeRef.transform(ref: RangeRef, op: Operation)

Transform the range refs current value by an op.

Updated 08 May 2024
Doc contributor
Did this page help you?