CaretPosition
js.html.CaretPosition (extern class)
The CaretPosition interface represents the caret postion, an indicator for the text insertion point. You can get a CaretPosition using the document.caretPositionFromPoint method.
Documentation CaretPosition by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Instance Members
offsetNode: NodeReturns a Node containing the found node at the caret's position.
offset: IntReturns a long representing the character offset in the caret position node.
getClientRect(): DOMRect| Returns |
|---|
| DOMRect |