Member Junction
    Preparing search index...

    Color scheme for the ERD diagram.

    interface ERDColorScheme {
        foreignKeyBackground?: string;
        foreignKeyText?: string;
        highlightBorder?: string;
        linkColor?: string;
        nodeBackground?: string;
        nodeBorder?: string;
        nodeHeader?: string;
        nodeHeaderText?: string;
        primaryKeyBackground?: string;
        primaryKeyText?: string;
        relatedBorder?: string;
        selectedBorder?: string;
    }
    Index

    Properties

    foreignKeyBackground?: string

    Background color for foreign key fields

    foreignKeyText?: string

    Text color for foreign key fields

    highlightBorder?: string

    Color for highlighted nodes

    linkColor?: string

    Color for relationship links

    nodeBackground?: string

    Background color for node rectangles

    nodeBorder?: string

    Border color for node rectangles

    nodeHeader?: string

    Header background color for nodes

    nodeHeaderText?: string

    Text color for node headers

    primaryKeyBackground?: string

    Background color for primary key fields

    primaryKeyText?: string

    Text color for primary key fields

    relatedBorder?: string

    Color for related nodes (when showing relationships)

    selectedBorder?: string

    Color for selected nodes