Equation Citator v1.3.7 Documentation
    Preparing search index...
    interface CitationParseResult {
        citationIndex: number;
        citationPrefix: string | null;
        citationType: CitationType | null;
        currentLabel: string;
        currentTags: string[];
        fullLabel: string;
        fullTags: string[];
        valid: boolean;
    }
    Index

    Properties

    citationIndex: number
    citationPrefix: string | null
    citationType: CitationType | null
    currentLabel: string
    currentTags: string[]
    fullLabel: string
    fullTags: string[]
    valid: boolean