Show/hide controls based on other values.
Definition
"visible": {
"when": "power-toggle",
"operator": "eq",
"value": true
}
Operators
eq, neq, gt, lt, gte, lte
Behavior
- Hidden controls keep their grid slot (no reflow)
- Fade Animations (
gentleprofile) - Hit testing disabled when hidden
Related
- Control Definition — any control supports this
- Group Definition — groups can also be conditional