Member Junction
    Preparing search index...

    Information about a relationship for highlighting purposes.

    interface ERDRelationshipInfo {
        direction: "outgoing" | "incoming";
        field: ERDField;
        link: ERDLink;
        node: ERDNode;
    }
    Index

    Properties

    direction: "outgoing" | "incoming"

    Direction of relationship from the perspective of the source node

    field: ERDField

    The field creating this relationship

    link: ERDLink

    The link connecting them

    node: ERDNode

    The related node