visibility property

String? visibility
getter/setter pair

Specifies whether the widget is visible or hidden.

The default value is VISIBLE. Available for Google Workspace add-ons that extend Google Workspace Studio. Unavailable for Google Chat apps. Possible string values are:

  • "VISIBILITY_UNSPECIFIED" : Unspecified visibility. Do not use.
  • "VISIBLE" : The UI element is visible.
  • "HIDDEN" : The UI element is hidden.

Implementation

core.String? visibility;