displayStyle property

String? displayStyle
getter/setter pair

In Google Workspace Add-ons, sets the display properties of the peekCardHeader.

[Google Workspace Add-ons](https://developers.google.com/workspace/add-ons): Possible string values are:

  • "DISPLAY_STYLE_UNSPECIFIED" : Don't use. Unspecified.
  • "PEEK" : The header of the card appears at the bottom of the sidebar, partially covering the current top card of the stack. Clicking the header pops the card into the card stack. If the card has no header, a generated header is used instead.
  • "REPLACE" : Default value. The card is shown by replacing the view of the top card in the card stack.

Implementation

core.String? displayStyle;