Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatusBarItem

A text element displayed in an editor's status bar. A status bar item can display tooltips on hover and execute commands on click

Hierarchy

  • StatusBarItem

Index

Properties

Properties

Optional command

command: undefined | { args?: any[]; id: string }

The id of and arguments to a command to execute when the status bar item is clicked

text

text: string

The text to display in the status bar

Optional tooltip

tooltip: undefined | string

Tooltip text to display when hovering over the status bar item.

Generated using TypeDoc