Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileDecorationAttachmentRenderOptions

A decoration attachment adds content after a FileDecoration.

Hierarchy

Index

Properties

Optional activeColor

activeColor: undefined | string

Overwrite style for when the file is active

Optional color

color: undefined | string

The CSS color property value for the text contet

contentText

contentText: string

Text value to be displayed. This value should be very short to prevent truncation

Optional dark

Overwrite color for dark themes.

Optional hoverMessage

hoverMessage: undefined | string

Tooltip text to display when hovering over the text content.

Optional light

Overwrite style for light themes.

Generated using TypeDoc