@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface DagEdge

    interface DagEdge {
        label?: string;
        source: string;
        target: string;
    }
    Index

    Properties

    Properties

    label?: string
    source: string
    target: string