Defines how to render an icon
| Field | Type | Required | Description |
|---|---|---|---|
generatedBackgroundColorKey |
Optional<String> | ➖ | N/A |
backgroundColor |
Optional<String> | ➖ | N/A |
color |
Optional<String> | ➖ | N/A |
key |
Optional<String> | ➖ | N/A |
iconType |
Optional<IconType> | ➖ | N/A |
masked |
Optional<Boolean> | ➖ | Whether the icon should be masked based on current theme. |
name |
Optional<String> | ➖ | The name of the icon if applicable, e.g. the glyph name for IconType.GLYPH icons. |
url |
Optional<String> | ➖ | The URL to an image to be displayed if applicable, e.g. the URL for iconType.URL icons. |