Defines how to render an icon
| Field | Type | Required | Description |
|---|---|---|---|
generated_background_color_key |
Optional[str] | ➖ | N/A |
background_color |
Optional[str] | ➖ | N/A |
color |
Optional[str] | ➖ | N/A |
key |
Optional[str] | ➖ | N/A |
icon_type |
Optional[models.IconType] | ➖ | N/A |
masked |
Optional[bool] | ➖ | Whether the icon should be masked based on current theme. |
name |
Optional[str] | ➖ | The name of the icon if applicable, e.g. the glyph name for IconType.GLYPH icons. |
url |
Optional[str] | ➖ | The URL to an image to be displayed if applicable, e.g. the URL for iconType.URL icons. |