Reference documentation and code samples for the Google Apps Chat V1 Client class BorderType.
Represents the border types applied to widgets.
Google Workspace Add-ons and Chat apps:
Protobuf type google.apps.card.v1.BorderStyle.BorderType
Namespace
Google \ Apps \ Card \ V1 \ BorderStyleMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BORDER_TYPE_UNSPECIFIED
Value: 0Don't use. Unspecified.
Generated from protobuf enum BORDER_TYPE_UNSPECIFIED = 0;
NO_BORDER
Value: 1Default value. No border.
Generated from protobuf enum NO_BORDER = 1;
STROKE
Value: 2Outline.
Generated from protobuf enum STROKE = 2;