Equation Citator v1.3.7 Documentation
    Preparing search index...
    interface RefMatch {
        content: string;
        fullMatch: string;
        label: string;
        position: { end: number; start: number };
    }
    Index

    Properties

    content: string
    fullMatch: string
    label: string
    position: { end: number; start: number }