Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
demoswork
Condition
Class Condition
The shape of the condition that is used in
DemosWork.if
and friends
Implements
ICondition
Index
Constructors
constructor
Properties
action
id
operator
value_
a
value_
b
work
Methods
parse
Data
Constructors
constructor
new
Condition
(
params
)
:
Condition
Parameters
params
:
BinaryConditionParams
Returns
Condition
new
Condition
(
params
)
:
Condition
Parameters
params
:
UnaryConditionParams
Returns
Condition
Properties
action
action
:
WorkStep
|
DemosWorkOperation
= null
id
id
:
string
= ...
operator
operator
:
operators
value_
a
value_
a
:
Condition
|
Operand
= null
value_
b
value_
b
:
Condition
|
Operand
= null
work
work
:
Map
<
string
,
WorkStep
|
DemosWorkOperation
>
= ...
Methods
parse
Data
parse
Data
(
data
)
:
Condition
|
{
key
:
any
;
type
:
internal
;
value
?:
undefined
;
workUID
:
any
;
}
|
{
key
?:
undefined
;
type
:
static
;
value
:
any
;
workUID
?:
undefined
;
}
Parameters
data
:
any
Returns
Condition
|
{
key
:
any
;
type
:
internal
;
value
?:
undefined
;
workUID
:
any
;
}
|
{
key
?:
undefined
;
type
:
static
;
value
:
any
;
workUID
?:
undefined
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
action
id
operator
value_
a
value_
b
work
Methods
parse
Data
@kynesyslabs/demosdk
Loading...
The shape of the condition that is used in
DemosWork.if
and friends