Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StatusBarItemImpl

Hierarchy

  • StatusBarItemImpl

Implements

  • StatusBarItem

Index

Constructors

constructor

Properties

Private _alignment

_alignment: StatusBarAlignment

Private _color

_color: string | ThemeColor

Private _command

_command: string | Command

Private _isVisible

_isVisible: boolean

Private _priority

_priority: number

_proxy

Private _text

_text: string

Private _timeoutHandle

_timeoutHandle: undefined | Timer

Private _tooltip

_tooltip: string

Private Readonly id

id: string = ...

Static ID_PREFIX

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

Accessors

alignment

  • get alignment(): StatusBarAlignment

color

command

  • get command(): string | Command
  • set command(command: string | Command): void

priority

  • get priority(): number

text

  • get text(): string
  • set text(text: string): void

tooltip

  • get tooltip(): string
  • set tooltip(tooltip: string): void

Methods

dispose

  • dispose(): void

hide

  • hide(): void

show

  • show(): void

Private update

  • update(): void

Static nextId

  • nextId(): string