SPeCS Packages Documentation
    Preparing search index...

    Data contained in this edge type.

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

    Hierarchy (View Summary)

    Index

    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.