Configures a style override for a taskbar window item.

Hierarchy

  • TaskbarWindowOverrideConfig

Properties

activeBackgroundColor?: string

The color override for this item.

activeBorderColor?: string

The color override for this item.

activeForegroundColor?: string

The color override for this item.

filter: WindowFilter

The filter which should match a window whichs style should be overridden.

freeze?: boolean

True when this override may be locked for the first found filter match.

hoverBackgroundColor?: string

The color override for this item.

hoverBorderColor?: string

The color override for this item.

hoverForegroundColor?: string

The color override for this item.

iconPath?: string

The file path to the icon which should override the normal windows icon.

normalBackgroundColor?: string

The color override for this item.

normalBorderColor?: string

The color override for this item.

normalForegroundColor?: string

The color override for this item.

title?: string

The text which should be displayed instead of the windows title.

Generated using TypeDoc