Member Junction
    Preparing search index...

    Configuration for a graph node category defining its visual appearance in the canvas, dynamic legend, and inspector drawer.

    interface GraphCategoryConfig {
        Category: string;
        Color: string;
        IconClass?: string;
        Label: string;
        StrokeColor?: string;
    }
    Index

    Properties

    Category: string

    Unique category key matching GraphNode.Category (e.g. 'person', 'organization', 'vendor', 'role')

    Color: string

    Hex code, HSL, or CSS color variable (e.g. '#10b981' or 'var(--mj-brand-primary)')

    IconClass?: string

    Font Awesome icon class (e.g. 'fa-solid fa-user')

    Label: string

    Human-readable display label shown in the legend and node inspector

    StrokeColor?: string

    Optional secondary stroke / accent color