experimental: allows anchor to stick to the next on the left
@type{Document}
Sets the anchor position to the specified row and column. If noClip
is true
, the position is not clipped.
The row index to move the anchor to
The column index to move the anchor to
Optional
noClip: booleanIdentifies if you want the position to be clipped
Generated using TypeDoc
Defines a floating pointer in the document. Whenever text is inserted or deleted before the cursor, the position of the anchor is updated.