Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileDecoration

A file decoration adds text content and/or a progress bar to files in a tree view

Hierarchy

  • FileDecoration

Index

Properties

Properties

Optional after

An optional object that describes the text content contributed by the decoration

Optional meter

meter: undefined | { high?: undefined | number; hoverMessage?: undefined | string; low?: undefined | number; max?: undefined | number; min?: undefined | number; optimum?: undefined | number; value: number }

Describes a meter bar like the HTML5 <meter> element to be rendered after the file/directory name.

uri

uri: string

The resource identifier of this file

Optional where

where: "sidebar" | "page"

Whether to display the decoration on the sidebar file tree or tree page. If omitted, it will be displayed in both locations

Generated using TypeDoc