textParagraph property

GoogleAppsCardV1TextParagraph? textParagraph
getter/setter pair

Displays a text paragraph.

Supports simple HTML formatted text. For more information about formatting text, see Formatting text in Google Chat apps and [Formatting text in Google Workspace Add-ons](https://developers.google.com/apps-script/add-ons/concepts/widgets#text_formatting). For example, the following JSON creates a bolded text: "textParagraph": { "text": " *bold text*" }

Implementation

GoogleAppsCardV1TextParagraph? textParagraph;