decoratedText property

GoogleAppsCardV1DecoratedText? decoratedText
getter/setter pair

Displays a decorated text item.

For example, the following JSON creates a decorated text widget showing email address: "decoratedText": { "icon": { "knownIcon": "EMAIL" }, "topLabel": "Email Address", "text": "[email protected]", "bottomLabel": "This is a new Email address!", "switchControl": { "name": "has_send_welcome_email_to_sasha", "selected": false, "controlType": "CHECKBOX" } }

Implementation

GoogleAppsCardV1DecoratedText? decoratedText;