Trevixal API
    Preparing search index...

    Interface BlockRange

    interface BlockRange {
        from: number;
        node: EditorNode;
        path: Path;
        to: number;
    }
    Index
    from: number

    Inline range within this block covered by the selection.

    path: Path
    to: number