Interface GraphInputProperties

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

Hierarchy

  • Record<string, any>
    • GraphInputProperties

Properties

name: string
subgraphID: null | NodeID
type: string
value: any