Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ThemableBadgeAttachmentStyle

Hierarchy

Index

Properties

Optional backgroundColor

backgroundColor: undefined | string

The CSS background-color property value for the attachment.

deprecated

Use {@link BadgeAttachmentRenderOptions#kind} to pick a predefined icon

Optional color

color: undefined | string

The CSS color property value for the attachment.

deprecated

Use {@link BadgeAttachmentRenderOptions#kind} to pick a predefined icon

Optional icon

icon: undefined | string

The icon (a base64-encoded image icon) to display next to the wrapped value.

deprecated

Use {@link BadgeAttachmentRenderOptions#kind} to pick a predefined icon

Generated using TypeDoc