Equation Citator v1.3.12 Documentation
    Preparing search index...

    Interface CitationParseResult

    interface CitationParseResult {
        citationIndex: number;
        citationPrefix: string | null;
        citationType: CitationType | null;
        currentLabel: string;
        currentTags: string[];
        fullLabel: string;
        fullTags: string[];
        valid: boolean;
    }
    Index
    citationIndex: number
    citationPrefix: string | null
    citationType: CitationType | null
    currentLabel: string
    currentTags: string[]
    fullLabel: string
    fullTags: string[]
    valid: boolean