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

    Interface EdgeData

    Edge data for creation - enhanced with validation requirements

    interface EdgeData {
        id: string;
        source: string;
        target: string;
        [key: string]: any;
        [key: number]: any;
    }

    Hierarchy

    Indexable

    • [key: string]: any
    • [key: number]: any
    Index

    Properties

    Properties

    id: string

    Unique identifier for the edge

    source: string

    Source node ID

    target: string

    Target node ID