The shape of the conditional operation on the conditional script.

interface Conditional {
    id?: string;
    operator: operators;
    value_a: Operand;
    value_b: Operand;
    work?: string;
}

Hierarchy

  • BaseCondition
    • Conditional

Properties

id?: string
operator: operators
value_a: Operand
value_b: Operand
work?: string