Search


Search something to see results

CaretPosition

interface CaretPosition {
    offset: number;
    offsetNode: Node;
    getClientRect(): null | DOMRect;
}

Index

Properties

Methods

Properties

offset: number
offsetNode: Node

Methods

Returns null | DOMRect