zero.appdocs

IfElse

Presentations v1.0 zero-schema

No description provided.

Missing descriptions: PresentationType.

Required fields

PresentationType LeftSide RightSide

Properties

PresentationType string required
No description
Allowed IfElse
Condition object optional
Specifies the condition that needs to be evaluated to determine whether the If or Else branch should be executed.
Default {"Comparator":"Equals","LeftSide":"","RightSide":""}
If object optional
Defines the object to be executed when the condition is met.
Else object optional
Defines the object to be executed when the condition is not met.