Interface GraphInputProperties

interface GraphInputProperties {
    name: string;
    subgraphID: NodeID;
    type: SlotType;
    value: any;
}

Hierarchy

  • Record<string, any>
    • GraphInputProperties

Properties

name: string
subgraphID: NodeID
type: SlotType
value: any