FileDecoration

A file decoration represents metadata that can be rendered with a file.

Online Documentation

Constructors

Link copied to clipboard
constructor(badge: String = definedExternally, tooltip: String = definedExternally, color: ThemeColor = definedExternally)

Creates a new decoration.

Properties

Link copied to clipboard

A very short string that represents this decoration.

Link copied to clipboard

The color of this decoration.

Link copied to clipboard

A flag expressing that this decoration should be propagated to its parents.

Link copied to clipboard

A human-readable tooltip for this decoration.