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

    Interface EdgeStyles

    Edge styling properties

    interface EdgeStyles {
        stroke?: string;
        strokeWidth?: number;
        strokeDasharray?: string;
        opacity?: number;
        markerEnd?: string;
        className?: string;
        filter?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    stroke?: string

    Stroke color

    strokeWidth?: number

    Stroke width in pixels

    strokeDasharray?: string

    Stroke dash pattern

    opacity?: number

    Element opacity (0-1)

    markerEnd?: string

    Arrow marker for edge end

    className?: string

    Additional CSS class names

    filter?: string

    CSS filter effects