Equation Citator v1.3.7 Documentation
    Preparing search index...
    interface RenderedFigure {
        desc?: string;
        filename: string | null;
        footnoteIndex: string | null;
        imageLink?: string;
        imagePath?: string;
        sourcePath: string | null;
        tag: string;
        title?: string;
    }
    Index

    Properties

    desc?: string
    filename: string | null
    footnoteIndex: string | null
    imageLink?: string
    imagePath?: string
    sourcePath: string | null
    tag: string
    title?: string