Problem
When an element's visible property is bound to a boolean variable, the anatomy section renders the value as an object (e.g., [object Object]) instead of showing the variable name or resolved boolean value.
Solution
Display the variable name or resolved boolean value for visibility properties bound to boolean variables, consistent with how other variable-bound properties are rendered.
Acceptance criteria
Implementation details are tracked internally.
Problem
When an element's
visibleproperty is bound to a boolean variable, the anatomy section renders the value as an object (e.g.,[object Object]) instead of showing the variable name or resolved boolean value.Solution
Display the variable name or resolved boolean value for visibility properties bound to boolean variables, consistent with how other variable-bound properties are rendered.
Acceptance criteria