prorm API Reference
    Preparing search index...

    Interface IndexDiagramOptions

    interface IndexDiagramOptions {
        table: string;
        columns: IdxColumn[];
        indexes: IdxIndex[];
        title?: string;
        theme?: "light" | "dark";
        color?: string;
    }
    Index
    table: string
    columns: IdxColumn[]
    indexes: IdxIndex[]
    title?: string
    theme?: "light" | "dark"

    Accepted for backward compatibility and ignored: diagrams render in a single monochrome theme.

    color?: string

    Accepted for backward compatibility and ignored.