Equation Citator v1.3.7 Documentation
    Preparing search index...
    interface RenderedCallout {
        content: string;
        filename: string | null;
        footnoteIndex: string | null;
        lineEnd: number;
        lineStart: number;
        prefix: string;
        sourcePath: string | null;
        tag: string;
        title: string | null;
        type: string;
    }
    Index

    Properties

    content: string
    filename: string | null
    footnoteIndex: string | null
    lineEnd: number
    lineStart: number
    prefix: string
    sourcePath: string | null
    tag: string
    title: string | null
    type: string