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
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.