Equation Citator v1.3.7 Documentation
    Preparing search index...
    interface QuoteLineMatch {
        content: string;
        inQuote: boolean;
        quoteDepth: number;
    }
    Index

    Properties

    content: string
    inQuote: boolean
    quoteDepth: number