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
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: 0Don't use. Unspecified.
Generated from protobuf enum VERTICAL_ALIGNMENT_UNSPECIFIED = 0;
CENTER
Value: 1Default value. Aligns widgets to the center of a column.
Generated from protobuf enum CENTER = 1;
TOP
Value: 2Aligns widgets to the top of a column.
Generated from protobuf enum TOP = 2;
BOTTOM
Value: 3Aligns widgets to the bottom of a column.
Generated from protobuf enum BOTTOM = 3;