...
Optionally, you may define the reverse action. It is implemented only if the formulated condition has not been met and the condition permits that the reverse action may be implemented (useInverse = true).
XUI schema - Action
Action | Description |
---|---|
mainAction | Main action, executed with the positive examination of the condition. |
inverseAction | Reverse action (opposite), implemented with the negative examination of the condition.. |
...