Data contained in this edge type.

interface Data {
    id: string;
    source: string;
    target: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The unique identifier of this edge.

source: string

The unique identifier of the source node of this edge.

target: string

The unique identifier of the target node of this edge.