Interface protos.google.apps.card.v1.IGrid (0.6.0)

Properties of a Grid.

Package

@google-apps/chat

Properties

borderStyle

borderStyle?: (google.apps.card.v1.IBorderStyle|null);

Grid borderStyle

columnCount

columnCount?: (number|null);

Grid columnCount

items

items?: (google.apps.card.v1.Grid.IGridItem[]|null);

Grid items

onClick

onClick?: (google.apps.card.v1.IOnClick|null);

Grid onClick

title

title?: (string|null);

Grid title