Options
All
  • Public
  • Public/Protected
  • All
Menu

Module IStatusBar

A namespace for status bar statics.

Hierarchy

  • IStatusBar

Implemented by

Index

Interfaces

Type aliases

Methods

Type aliases

Alignment

Alignment: "right" | "left" | "middle"

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