Description Usage Arguments Value Examples
The ifelseObj function just evaluates a condition, returning one object if it's true, and another if it's false.
1 |
condition |
Condition to evaluate. |
ifTrue |
Object to return if the condition is true. |
ifFalse |
Object to return if the condition is false. |
One of the two objects
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.