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

    Interface ColorScheme

    interface ColorScheme {
        primary?: string;
        secondary?: string;
        background?: string;
        foreground?: string;
        hover?: string;
        selected?: string;
        disabled?: string;
        [key: string]: undefined | string;
    }

    Indexable

    • [key: string]: undefined | string
    Index

    Properties

    primary?: string
    secondary?: string
    background?: string
    foreground?: string
    hover?: string
    selected?: string
    disabled?: string