Data contained in this edge type.

interface Data {
    __lara_flow__call_edge: {
        version: "1";
    };
    id: string;
    source: string;
    target: string;
}

Hierarchy (view full)

Properties

__lara_flow__call_edge: {
    version: "1";
}
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.

MMNEPVFCICPMFPCPTTAAATR