The shape of the condition that is used in DemosWork.if and friends

Implements

Constructors

Properties

Methods

Constructors

Properties

action: WorkStep | DemosWorkOperation = null
id: string = ...
operator: operators
value_a: Condition | Operand = null
value_b: Condition | Operand = null
work: Map<string, WorkStep | DemosWorkOperation> = ...

Methods

  • Parameters

    • data: any

    Returns Condition | {
        key: any;
        type: internal;
        value?: undefined;
        workUID: any;
    } | {
        key?: undefined;
        type: static;
        value: any;
        workUID?: undefined;
    }