Options
All
  • Public
  • Public/Protected
  • All
Menu

Encapsulates styling information that has to be applied on the widget which we decorate.

Hierarchy

  • Data

Index

Properties

Optional Readonly backgroundColor

backgroundColor: string

The background color of the entire row.

Optional Readonly badge

badge: number

A count badge for widgets.

Optional Readonly captionPrefixes

captionPrefixes: CaptionAffix[]

Optional, leading prefixes right before the caption.

Optional Readonly captionSuffixes

captionSuffixes: CaptionAffix[]

Suffixes that might come after the caption as an additional information.

Optional Readonly fontData

fontData: FontData

The font data for the caption.

Optional Readonly highlight

highlight: CaptionHighlight

An array of ranges to highlight the caption.

Optional Readonly iconColor

iconColor: string

Sets the color of the icon. Ignored if the decorated item has no icon.

Optional Readonly iconOverlay

Has not effect if given, but the widget does not have an associated image.

Optional Readonly priority

priority: number

The higher number has higher priority. If not specified, treated as 0. When multiple decorators are available for the same item, and decoration data cannot be merged together, then the higher priority item will be applied on the decorated element and the lower priority will be ignored.

Optional Readonly tailDecorations

Optional right-aligned decorations that appear after the widget caption and after the caption suffixes (is any).

Optional Readonly tooltip

tooltip: string

Custom tooltip for the decorated item. Tooltip will be appended to the original tooltip, if any.