Trevixal API
    Preparing search index...

    Interface Position

    A position in the document: path addresses the containing node, offset is a character offset within a textblock's inline content, or a child index within an element node.

    interface Position {
        offset: number;
        path: Path;
    }
    Index
    offset: number
    path: Path