Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NotebookCellStatusBarItem

A contribution to a cell's status bar

Hierarchy

  • NotebookCellStatusBarItem

Index

Constructors

Properties

accessibilityInformation?: AccessibilityInformation

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

stubbed

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.

stubbed
priority?: number

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

stubbed
text: string

The text to show for the item.

stubbed
tooltip?: string

A tooltip to show when the item is hovered.

stubbed