MAIDR JavaScript API
    Preparing search index...

    Interface ChartJsGraphEdge

    One declared link of a chartjs-chart-graph dataset.

    Both ends by index into dataset.data, or by a key the plugin resolves. Read through the metadata rather than from here, because the plugin derives* this list from the nodes' parent when it is absent and both forms arrive resolved there.

    interface ChartJsGraphEdge {
        source: string | number;
        target: string | number;
    }
    Index

    Properties

    Properties

    source: string | number
    target: string | number