Interface GraphOutputProperties

interface GraphOutputProperties {
    name: string;
    subgraphID: NodeID;
    type: SlotType;
}

Hierarchy

  • Record<string, any>
    • GraphOutputProperties

Properties

Properties

name: string
subgraphID: NodeID
type: SlotType