Docs (4.0.0)
class UIComponent property

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

- UIConditionalView