interface ControlDependency {
    id: NodeId;
    when?: boolean;
}

Properties

Properties

id: NodeId

The id of the node that causes the control dependency to be active (e.g., the condition of an if)

when?: boolean

when does this control dependency trigger (if the condition is true or false)?