Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
types
ICondition
Interface ICondition
The shape of the condition that is used in
DemosWork.if
and friends
interface
ICondition
{
action
:
WorkStep
|
DemosWorkOperation
;
operator
:
operators
;
value_a
:
Condition
|
Operand
;
value_b
:
Condition
|
Operand
;
}
Hierarchy
BaseCondition
ICondition
Implemented by
Condition
Index
Properties
action
operator
value_
a
value_
b
Properties
action
action
:
WorkStep
|
DemosWorkOperation
operator
operator
:
operators
value_
a
value_
a
:
Condition
|
Operand
value_
b
value_
b
:
Condition
|
Operand
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
operator
value_
a
value_
b
@kynesyslabs/demosdk
Loading...
The shape of the condition that is used in
DemosWork.if
and friends