Dictionary Boolean function define the visibility policy. It can be one of the following:
- AllOn - equivalent to "AND" function for all input parameters
- AnyOn - equivalent to "OR" function for all input parameters
- AnyOff - equivalent to "NOT-OR" function for all input parameters
- AllOff - equivalent to "NOT-AND" function for all input parameters
In other words:
| AllOn |
All the containers from the dictionary will be displayed when all the input layers' states are 'ON' |
| AnyOn |
All the containers from the dictionary will be displayed when at least one of the input layers state is 'ON' |
| AnyOff |
All the containers from the dictionary will be displayed when at least one of the input layers state is 'OFF' |
| AllOff |
All the containers from the dictionary will be displayed when all the input layers' states are 'OFF' |