Interface IStatusBar

Main status bar object which contains all widgets.

Hierarchy

  • IStatusBar

Methods

  • 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