Enum Icon
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
-
Icons are predefined visual elements used in various UI objects like ImageButton or DecoratedText widgets.
-
Icons are available for Google Workspace add-ons and Google Chat apps.
-
To use an icon, you call its parent class, name, and property, for example,
CardService.Icon.BOOKMARK. -
A table is provided listing the available icons, their types, and descriptions, including visual examples.
Predefined icons that can be used in various UI objects, such as ImageButton or DecoratedText widgets.
Available for Google Workspace add-ons and Google Chat apps.
To call an enum, you call its parent class, name, and property. For example,
CardService.Icon.BOOKMARK.
Properties
| Property | Type | Description |
|---|---|---|
NONE | Enum | No icon. Default. |
AIRPLANE | Enum | Airplane flight icon |
BOOKMARK | Enum | Bookmark icon |
BUS | Enum | Bus icon |
CAR | Enum | Car icon |
CLOCK | Enum | Clock icon |
CONFIRMATION_NUMBER_ICON | Enum | Confirmation number icon |
DOLLAR | Enum | Dollar icon |
DESCRIPTION | Enum | Description icon |
EMAIL | Enum | Email icon |
EVENT_PERFORMER | Enum | Email icon |
EVENT_SEAT | Enum | Event seat icon |
FLIGHT_ARRIVAL | Enum | Flight arrival icon |
FLIGHT_DEPARTURE | Enum | Flight departure icon |
HOTEL | Enum | Hotel icon |
HOTEL_ROOM_TYPE | Enum | Hotel icon |
INVITE | Enum | Invite icon |
MAP_PIN | Enum | Map pin icon |
MEMBERSHIP | Enum | Membershipt icon |
MULTIPLE_PEOPLE | Enum | Multiple people icon |
OFFER | Enum | Offer icon |
PERSON | Enum | Person icon |
PHONE | Enum | Phone icon |
RESTAURANT_ICON | Enum | Restaurant icon |
SHOPPING_CART | Enum | Shopping cart icon |
STAR | Enum | Star icon |
STORE | Enum | Store icon |
TICKET | Enum | Ticket icon |
TRAIN | Enum | Train icon |
VIDEO_CAMERA | Enum | Video camera icon |
VIDEO_PLAY | Enum | Video play icon |