Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for status bar items.

Hierarchy

  • IItem

Index

Properties

Optional activeStateChanged

activeStateChanged: ISignal<any, void>

A signal that is fired when the item active state changes.

Optional align

align: Alignment

Which side to place item. Permanent items are intended for the right and left side, with more transient items in the middle.

Optional isActive

isActive: () => boolean

Type declaration

    • (): boolean
    • Whether the item is shown or hidden.

      Returns boolean

item

item: Widget

The item to add to the status bar.

Optional rank

rank: number

Ordering of Items -- higher rank items are closer to the middle.

Generated using TypeDoc