Module: Google::Apps::Card::V1::Widget::HorizontalAlignment

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

Overview

Specifies whether widgets align to the left, right, or center of a column.

Google Chat apps:

Constant Summary collapse

HORIZONTAL_ALIGNMENT_UNSPECIFIED =

Don't use. Unspecified.

0
START =

Default value. Aligns widgets to the start position of the column. For left-to-right layouts, aligns to the left. For right-to-left layouts, aligns to the right.

1
CENTER =

Aligns widgets to the center of the column.

2
END =

Aligns widgets to the end position of the column. For left-to-right layouts, aligns widgets to the right. For right-to-left layouts, aligns widgets to the left.

3