vot.js - v2.4.12
    Preparing search index...

    Interface CaretPosition

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

    Properties

    Methods

    Properties

    offset: number
    offsetNode: Node

    Methods

    • Returns null | DOMRect