API
Location Types
PointRef
2 min
pointref objects keep a specific point 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 point value interface pointref { current point | null affinity 'forward' | 'backward' | null unref() point | null } docid\ erdotlpyzbyawzswiborj docid\ erdotlpyzbyawzswiborj static methods transform methods pointref transform(ref pointref, op operation) transform the point refs current value by an op
