| << Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > Definition Objects > ShowWhenVariable | 
Description
A ShowWhenVariable is a Show-When expression that evaluates to true or false, based on the run time value of an Condition. Common examples would be RESULT_STATUS_INTERMEDIATE, to evaluates to true, if the Result List's status is Intermediate. Or, DIMENSION_LARGE if the screen resolution is large (as defined by Bootstrap 5).
Definition
| Property Name | Value | Description | 
| Operation | String enum ShowWhenOperation | Indicates that this is a ShowWhenVariable. Value must be VARIABLE. | 
| Condition | String enum ShowWhenCondition | The conditional variable that evaluates to true or false. Required. |