SVG Graph Network API Documentation - v0.2.0
    Preparing search index...

    Interface UIConfig

    UI and display configuration

    interface UIConfig {
        showControls: boolean;
        showLegend: boolean;
        showTitle: boolean;
        showBreadcrumbs: boolean;
        theme: "light" | "dark";
        autoColor: boolean;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    showControls: boolean

    Show control buttons

    showLegend: boolean

    Show legend panel

    showTitle: boolean

    Show title

    showBreadcrumbs: boolean

    Show breadcrumb navigation

    theme: "light" | "dark"

    Visual theme

    autoColor: boolean

    Automatically generate colors for undefined node types

    title: string

    Graph title