NotebookCellStatusBarItem$Typings extension

on

Properties

accessibilityInformation AccessibilityInformation
Accessibility information used when a screen reader interacts with this item.
getter/setter pair
alignment NotebookCellStatusBarAlignment
Whether the item is aligned to the left or right.
getter/setter pair
command Object
An optional {@linkcode Command} or identifier of a command to run on click.
getter/setter pair
priority num
The priority of the item. A higher value item will be shown more to the left.
getter/setter pair
text String
The text to show for the item.
getter/setter pair
tooltip String
A tooltip to show when the item is hovered.
getter/setter pair