Reference documentation and code samples for the Google Apps Chat V1 Client class DecoratedText.
A widget that displays text with optional decorations such as a label above or below the text, an icon in front of the text, a selection widget, or a button after the text. For an example in Google Chat apps, see Display text with decorative text.
Google Workspace Add-ons and Chat apps:
Generated from protobuf message google.apps.card.v1.DecoratedText
Namespace
Google \ Apps \ Card \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ icon |
Google\Apps\Card\V1\Icon
Deprecated in favor of |
↳ start_icon |
Google\Apps\Card\V1\Icon
The icon displayed in front of the text. |
↳ top_label |
string
The text that appears above |
↳ text |
string
Required. The primary text. Supports simple formatting. For more information about formatting text, see Formatting text in Google Chat apps and Formatting text in Google Workspace Add-ons. |
↳ wrap_text |
bool
The wrap text setting. If |
↳ bottom_label |
string
The text that appears below |
↳ on_click |
Google\Apps\Card\V1\OnClick
This action is triggered when users click |
↳ button |
Google\Apps\Card\V1\Button
A button that a user can click to trigger an action. |
↳ switch_control |
Google\Apps\Card\V1\DecoratedText\SwitchControl
A switch widget that a user can click to change its state and trigger an action. |
↳ end_icon |
Google\Apps\Card\V1\Icon
An icon displayed after the text. Supports built-in and custom icons. |
getIcon
Deprecated in favor of startIcon
.
Returns | |
---|---|
Type | Description |
Google\Apps\Card\V1\Icon|null |
hasIcon
clearIcon
setIcon
Deprecated in favor of startIcon
.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Card\V1\Icon
|
Returns | |
---|---|
Type | Description |
$this |
getStartIcon
The icon displayed in front of the text.
Returns | |
---|---|
Type | Description |
Google\Apps\Card\V1\Icon|null |
hasStartIcon
clearStartIcon
setStartIcon
The icon displayed in front of the text.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Card\V1\Icon
|
Returns | |
---|---|
Type | Description |
$this |
getTopLabel
The text that appears above text
. Always truncates.
Returns | |
---|---|
Type | Description |
string |
setTopLabel
The text that appears above text
. Always truncates.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getText
Required. The primary text.
Supports simple formatting. For more information about formatting text, see Formatting text in Google Chat apps and Formatting text in Google Workspace Add-ons.
Returns | |
---|---|
Type | Description |
string |
setText
Required. The primary text.
Supports simple formatting. For more information about formatting text, see Formatting text in Google Chat apps and Formatting text in Google Workspace Add-ons.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getWrapText
The wrap text setting. If true
, the text wraps and displays on
multiple lines. Otherwise, the text is truncated.
Only applies to text
, not topLabel
and bottomLabel
.
Returns | |
---|---|
Type | Description |
bool |
setWrapText
The wrap text setting. If true
, the text wraps and displays on
multiple lines. Otherwise, the text is truncated.
Only applies to text
, not topLabel
and bottomLabel
.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getBottomLabel
The text that appears below text
. Always wraps.
Returns | |
---|---|
Type | Description |
string |
setBottomLabel
The text that appears below text
. Always wraps.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOnClick
This action is triggered when users click topLabel
or bottomLabel
.
Returns | |
---|---|
Type | Description |
Google\Apps\Card\V1\OnClick|null |
hasOnClick
clearOnClick
setOnClick
This action is triggered when users click topLabel
or bottomLabel
.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Card\V1\OnClick
|
Returns | |
---|---|
Type | Description |
$this |
getButton
A button that a user can click to trigger an action.
Returns | |
---|---|
Type | Description |
Google\Apps\Card\V1\Button|null |
hasButton
setButton
A button that a user can click to trigger an action.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Card\V1\Button
|
Returns | |
---|---|
Type | Description |
$this |
getSwitchControl
A switch widget that a user can click to change its state and trigger an action.
Returns | |
---|---|
Type | Description |
Google\Apps\Card\V1\DecoratedText\SwitchControl|null |
hasSwitchControl
setSwitchControl
A switch widget that a user can click to change its state and trigger an action.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Card\V1\DecoratedText\SwitchControl
|
Returns | |
---|---|
Type | Description |
$this |
getEndIcon
Returns | |
---|---|
Type | Description |
Google\Apps\Card\V1\Icon|null |
hasEndIcon
setEndIcon
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Card\V1\Icon
|
Returns | |
---|---|
Type | Description |
$this |
getControl
Returns | |
---|---|
Type | Description |
string |