Appearance
panel.condition.variables.*.cleanOnUnmounted
Removes event variable state when its owner unmounts.
This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.
- Context
- panel conditions
- Accepted value
boolean- Required
- No
- Default
- No documented default.
User scenarios
- Avoid stale conditional state after leaving a panel.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/types/panel-events.ts, symbolEventVariable - Example coverage: Partial — The common panel example enables cleanup.
- Demo coverage: Missing — No registered runnable Condition fixture demonstrates this behavior.