Google Chat V1 API - Module Google::Apps::Card::V1::Widget::HorizontalAlignment (v0.1.1)

Reference documentation and code samples for the Google Chat V1 API module Google::Apps::Card::V1::Widget::HorizontalAlignment.

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

Google Chat apps:

Constants

HORIZONTAL_ALIGNMENT_UNSPECIFIED

value: 0
Don't use. Unspecified.

START

value: 1
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.

CENTER

value: 2
Aligns widgets to the center of the column.

END

value: 3
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.