interface PrivateNodeRepresentation {
    comment: string;
    hasCalcOverride: boolean;
    hasCalcUserInput: boolean;
    hasTwoDimInput: boolean;
    nodeId: GraphNodeId;
    processId: string;
    processName: string;
    processType: ProcessType;
    rootId: GraphNodeRootId;
    sourceNodeIds: GraphNodeId[];
    targetNodeIds: GraphNodeId[];
    workStepType: WorkStepType;
}

Properties

comment: string
hasCalcOverride: boolean
hasCalcUserInput: boolean
hasTwoDimInput: boolean
nodeId: GraphNodeId
processId: string
processName: string
processType: ProcessType
sourceNodeIds: GraphNodeId[]
targetNodeIds: GraphNodeId[]
workStepType: WorkStepType