Interface ISimpleToolStatusBarOptions

A set of options which define the basic properties of a status bar item for a simple tool.

Hierarchy

  • ISimpleToolStatusBarOptions

Properties

Remarks

The alignment of the status bar item within the parent status bar container

onFinalize?: ((statusBar) => void)

Type declaration

onHide?: ((statusBar) => void)

Type declaration

onShow?: ((statusBar) => void)

Type declaration

onTeardown?: ((statusBar) => void)

Type declaration

size: number

Remarks

The size of the status bar item within the parent status bar container

Remarks

The text for the status bar item

Remarks

Determine the status bar visibility based on the existence and visibility of the tool's root property pane