ICaretPosition public interface ICaretPosition Defines the CaretPosition DOM interface. Documentation Code INode Node { get; } Gets the corresponding (potentially text) node. int Offset { get; } Gets the character offset of the caret within the node.