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

    The matched image information

    interface ImageMatch {
        desc?: string;
        imageLink?: string;
        imagePath?: string;
        inQuote: boolean;
        label?: string;
        line: number;
        raw: string;
        tag?: string;
        title?: string;
        type: ImageType;
    }
    Index

    Properties

    desc?: string
    imageLink?: string
    imagePath?: string
    inQuote: boolean
    label?: string
    line: number
    raw: string
    tag?: string
    title?: string
    type: ImageType