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

    Interface HighlightStyle

    Highlight styling options

    interface HighlightStyle {
        color?: string;
        strokeWidth?: number;
        opacity?: number;
        animated?: boolean;
        glow?: boolean;
        pulse?: boolean;
        duration?: number;
        zIndex?: number;
    }
    Index

    Properties

    color?: string

    Highlight color

    strokeWidth?: number

    Stroke width for highlights

    opacity?: number

    Highlight opacity

    animated?: boolean

    Whether highlight should be animated

    glow?: boolean

    Add glow effect

    pulse?: boolean

    Add pulse effect

    duration?: number

    Animation duration

    zIndex?: number

    Z-index for layering