hidden
True if the component should be hidden from view.
hidden: boolean
Notes
- UI components may still be rendered even if they’re hidden. However, container component isn’t rendered while containers themselves are hidden.
- Alternatively, use UIConditionalView to show and hide content dynamically.
Related
- class UIComponent abstractBase class for built-in UI components.