Reference documentation and code samples for the Google Apps Chat V1 Client class VerticalAlignment.
Specifies whether widgets align to the top, bottom, or center of a column.
Google Workspace Add-ons and Chat apps: Columns for Google Workspace Add-ons are in Developer Preview.
Protobuf type google.apps.card.v1.Columns.Column.VerticalAlignment
Namespace
Google \ Apps \ Card \ V1 \ Columns \ ColumnMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
VERTICAL_ALIGNMENT_UNSPECIFIED
Value: 0
Don't use. Unspecified.
Generated from protobuf enum VERTICAL_ALIGNMENT_UNSPECIFIED = 0;
CENTER
Value: 1
Default value. Aligns widgets to the center of a column.
Generated from protobuf enum CENTER = 1;
TOP
Value: 2
Aligns widgets to the top of a column.
Generated from protobuf enum TOP = 2;
BOTTOM
Value: 3
Aligns widgets to the bottom of a column.
Generated from protobuf enum BOTTOM = 3;