Control.conditional
Last updated
Last updated
Validates the condition passed.
Name | Description | Input Type | Default | Options | Required |
---|
Description | Output Type |
---|
The action performed if the condition is true.
The action performed if the condition is false.
Coming Soon.
Coming Soon.
Coming Soon.
Coming Soon.
condition | The condition to be validated. | Boolean | - | - | Yes |
yesValue | The output value if condition is 'true'. | Any | - | - | No |
noValue | The output value if condition is 'false'. | Any | - | - | No |
extra | The stored value that is passed to all the callbacks. | Any | - | - | No |
Returns the 'yesValue' or 'noValue'. | Any |