Interface protos.google.apps.card.v1.Grid.IGridItem (0.6.0)

Properties of a GridItem.

Package

@google-apps/chat

Properties

id

id?: (string|null);

GridItem id

image

image?: (google.apps.card.v1.IImageComponent|null);

GridItem image

layout

layout?: (google.apps.card.v1.Grid.GridItem.GridItemLayout|keyof typeof google.apps.card.v1.Grid.GridItem.GridItemLayout|null);

GridItem layout

subtitle

subtitle?: (string|null);

GridItem subtitle

title

title?: (string|null);

GridItem title