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.
interface RangeRef {current: Range | nullaffinity: 'forward' | 'backward' | 'outward' | 'inward' | nullunref(): Range | null}
​Static methods​
​Transform methods​
Transform the range refs current value by an op
.