Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
types
Conditional
Interface Conditional
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
Index
Properties
id?
operator
value_
a
value_
b
work?
Properties
Optional
id
id
?:
string
operator
operator
:
operators
value_
a
value_
a
:
Operand
value_
b
value_
b
:
Operand
Optional
work
work
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
operator
value_
a
value_
b
work
@kynesyslabs/demosdk
Loading...
The shape of the conditional operation on the conditional script.