Reference documentation and code samples for the Google Apps Chat V1 Client class GridItem.
Represents an item in a grid layout. Items can contain text, an image, or both text and an image.
Google Workspace Add-ons and Chat apps :
Generated from protobuf message google.apps.card.v1.Grid.GridItem
Namespace
Google \ Apps \ Card \ V1 \ GridMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
A user-specified identifier for this grid item. This identifier is returned in the parent grid's onClick
callback parameters.
↳ image
↳ title
string
The grid item's title.
↳ subtitle
string
The grid item's subtitle.
↳ layout
int
The layout to use for the grid item.
getId
A user-specified identifier for this grid item. This identifier is
returned in the parent grid's onClick
callback parameters.
string
setId
A user-specified identifier for this grid item. This identifier is
returned in the parent grid's onClick
callback parameters.
var
string
$this
getImage
The image that displays in the grid item.
hasImage
clearImage
setImage
The image that displays in the grid item.
$this
getTitle
The grid item's title.
string
setTitle
The grid item's title.
var
string
$this
getSubtitle
The grid item's subtitle.
string
setSubtitle
The grid item's subtitle.
var
string
$this
getLayout
The layout to use for the grid item.
int
setLayout
The layout to use for the grid item.
var
int
$this