Reference documentation and code samples for the Google Apps Chat V1 Client class Layout.
The chip list layout.
Protobuf type google.apps.card.v1.ChipList.Layout
Namespace
Google \ Apps \ Card \ V1 \ ChipListMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LAYOUT_UNSPECIFIED
Value: 0Don't use. Unspecified.
Generated from protobuf enum LAYOUT_UNSPECIFIED = 0;
WRAPPED
Value: 1Default value. The chip list wraps to the next line if there isn't enough horizontal space.
Generated from protobuf enum WRAPPED = 1;
HORIZONTAL_SCROLLABLE
Value: 2The chips scroll horizontally if they don't fit in the available space.
Generated from protobuf enum HORIZONTAL_SCROLLABLE = 2;