hidden
True if the element should be hidden from view.
hidden: boolean;
Notes
- UI elements may still be rendered even if they are hidden; however, container content is not rendered while containers themselves are hidden.
- Alternatively, use UIShowView to show and hide content dynamically.
Related
class UIElement abstract
The base class for built-in UI view elements.
