Skip to main content

Interface: ProcessedTypeStyle

Defined in: workspace/workspaceContext.ts:217

Represents a computed style to display an element in various parts of the UI.

Extends

Properties

PropertyModifierTypeDescriptionInherited from

color

readonly

string

CSS color string.

icon?

readonly

string

Icon image URL.

Omit.icon

iconMonochrome?

readonly

boolean

Whether the icon is assumed to be monochrome, so it can be inverted for the dark theme.

Default

false

Omit.iconMonochrome