Reference documentation and code samples for the Google Apps Chat V1 Client class GridItemLayout.
Represents the various layout options available for a grid item.
Google Workspace Add-ons and Chat apps:
Protobuf type google.apps.card.v1.Grid.GridItem.GridItemLayout
Namespace
Google \ Apps \ Card \ V1 \ Grid \ GridItemMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
GRID_ITEM_LAYOUT_UNSPECIFIED
Value: 0
Don't use. Unspecified.
Generated from protobuf enum GRID_ITEM_LAYOUT_UNSPECIFIED = 0;
TEXT_BELOW
Value: 1
The title and subtitle are shown below the grid item's image.
Generated from protobuf enum TEXT_BELOW = 1;
TEXT_ABOVE
Value: 2
The title and subtitle are shown above the grid item's image.
Generated from protobuf enum TEXT_ABOVE = 2;