Module: Google::Apps::Card::V1::Grid::GridItem::GridItemLayout

Defined in:
proto_docs/google/apps/card/v1/card.rb

Overview

Represents the various layout options available for a grid item.

Google Workspace Add-ons and Chat apps:

Constant Summary collapse

GRID_ITEM_LAYOUT_UNSPECIFIED =

Don't use. Unspecified.

0
TEXT_BELOW =

The title and subtitle are shown below the grid item's image.

1
TEXT_ABOVE =

The title and subtitle are shown above the grid item's image.

2