SVGnet API Documentation - v0.4.1
    Preparing search index...

    Interface NodeStyleConfig

    Theme type definitions extracted from ThemeManager to break circular dependency between ThemeManager and AutoColorGenerator.

    interface NodeStyleConfig {
        fill?: string;
        stroke?: string;
        strokeWidth?: number;
        opacity?: number;
        strokeDasharray?: string;
        filter?: string;
        [attribute: string]: any;
    }

    Indexable

    • [attribute: string]: any
    Index

    Properties

    fill?: string
    stroke?: string
    strokeWidth?: number
    opacity?: number
    strokeDasharray?: string
    filter?: string