web api interface
CaretPosition
The CaretPosition interface represents the caret position, an indicator for the text insertion point.
You can get a CaretPosition using the caretPositionFromPoint() method.
Instance properties
This interface doesn’t inherit any properties.
offsetNodeRead only- : Returns a
Nodecontaining the found node at the caret’s position.
- : Returns a
offsetRead only- : Returns a
longrepresenting the offset of the selection in the caret position node. This will be the character offset in a text node or the selected child node’s index in an element node.
- : Returns a
Instance methods
getClientRect- : Returns the client rectangle for the caret range.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.