chipList property
A list of chips.
For example, the following JSON creates two chips. The first is a text
chip and the second is an icon chip that opens a link: "chipList": { "chips": [ { "text": "Edit", "disabled": true, }, { "icon": { "knownIcon": "INVITE", "altText": "check calendar" }, "onClick": { "openLink": { "url": "https://example.com/calendar" } } } ] }
Implementation
GoogleAppsCardV1ChipList? chipList;