IContributedIconDefinition interface
Definition which can be specified in a contributions "icon" property which can specify a set of values for different themes.
Properties
dark | Icon property (absolute url or relative asset path) to use when the current theme is a "dark" theme. |
light | Icon property (absolute url or relative asset path) to use when the current theme is a "light" theme. |
Property Details
dark
Icon property (absolute url or relative asset path) to use when the current theme is a "dark" theme.
dark: string
Property Value
string
light
Icon property (absolute url or relative asset path) to use when the current theme is a "light" theme.
light: string
Property Value
string