Class NotebookCellStatusBarItem

A contribution to a cell's status bar

Implemented by

Constructors

Properties

accessibilityInformation?: AccessibilityInformation

Accessibility information used when a screen reader interacts with this item.

Whether the item is aligned to the left or right.

Stubbed

command?: string | Command

An optional Command or identifier of a command to run on click.

The command must be known.

Note that if this is a Command object, only the command and arguments are used by the editor.

priority?: number

The priority of the item. A higher value item will be shown more to the left.

text: string

The text to show for the item.

tooltip?: string

A tooltip to show when the item is hovered.