Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 3.67 KB

File metadata and controls

17 lines (13 loc) · 3.67 KB

IconConfig

Defines how to render an icon

Fields

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.