Trevixal API
    Preparing search index...

    Interface ReferenceMatch

    A reference item located in the document's reference list.

    interface ReferenceMatch {
        index: number;
        item: EditorNode;
        path: Path;
    }
    Index
    index: number

    Zero-based position in the list; the citation label is index + 1.

    item: EditorNode
    path: Path