Control.conditional

Description

Validates the condition passed.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

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

Output

DescriptionOutput Type

Returns the 'yesValue' or 'noValue'.

Any

Callback

yesCallback

The action performed if the condition is true.

noCallback

The action performed if the condition is false.

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated