API
Location Types
RangeRef
2 min
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 | null affinity 'forward' | 'backward' | 'outward' | 'inward' | null unref() range | null } docid\ ks4qgajtohwq3b1gsub y docid\ ks4qgajtohwq3b1gsub y static methods transform methods rangeref transform(ref rangeref, op operation) transform the range refs current value by an op
