Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStatusBar

Main status bar object which contains all widgets.

Hierarchy

  • IStatusBar

Index

Methods

registerStatusItem

  • registerStatusItem(id: string, statusItem: IItem): IDisposable
  • Register a new status item.

    Parameters

    • id: string

      a unique id for the status item.

    • statusItem: IItem

    Returns IDisposable

    an IDisposable that can be disposed to remove the item.

Generated using TypeDoc