SPeCS Packages Documentation
    Preparing search index...

    Data contained in this edge type.

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

    Hierarchy (View Summary)

    Index

    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.