Fires whenever the anchor position changes.
Both of these objects have a row
and column
property corresponding to the position.
Events that can trigger this function include setPosition()
.
When called, the "change"
event listener is appended.
The document to associate with
When called, the "change"
event listener is removed.
Returns the current document.
Returns an object identifying the row
and column
position of the current anchor.
Internal function called when "change"
event fired.
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
Identifies 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.