Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • StatusBarItemImpl

Implements

  • StatusBarItem

Index

Constructors

Properties

_accessibilityInformation: AccessibilityInformation
_alignment: StatusBarAlignment
_backgroundColor: undefined | ThemeColor
_color: undefined | string | ThemeColor
_command: string | Command
_id: string
_isVisible: boolean
_name: undefined | string
_priority: number
_text: string
_timeoutHandle: undefined | Timer
_tooltip: undefined | string | MarkdownString
BACKGROUND_COLORS: Map<string, string> = ...

Map from allowed background colors to corresponding foreground colors.

ID_PREFIX: string = 'plugin-status-bar-item'

Accessors

  • get accessibilityInformation(): AccessibilityInformation
  • set accessibilityInformation(information: AccessibilityInformation): void
  • get alignment(): StatusBarAlignment
  • get backgroundColor(): undefined | ThemeColor
  • set backgroundColor(backgroundColor: undefined | ThemeColor): void
  • get command(): string | Command
  • set command(command: string | Command): void
  • get id(): string
  • get name(): undefined | string
  • set name(name: undefined | string): void
  • get priority(): number
  • get text(): string
  • set text(text: string): void
  • get tooltip(): undefined | string | MarkdownString
  • set tooltip(tooltip: undefined | string | MarkdownString): void

Methods

  • dispose(): void
  • hide(): void
  • show(): void
  • update(): void
  • nextId(): string