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

    Interface NodeStyleConfig

    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