NotebookCellStatusBarItem class
A contribution to a cell's status bar
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- NotebookCellStatusBarItem.new(String text, NotebookCellStatusBarAlignment alignment)
-
factory
Properties
- accessibilityInformation ↔ AccessibilityInformation
-
Available on NotebookCellStatusBarItem, provided by the NotebookCellStatusBarItem$Typings extension
Accessibility information used when a screen reader interacts with this item.getter/setter pair - alignment ↔ NotebookCellStatusBarAlignment
-
Available on NotebookCellStatusBarItem, provided by the NotebookCellStatusBarItem$Typings extension
Whether the item is aligned to the left or right.getter/setter pair - command ↔ Object
-
Available on NotebookCellStatusBarItem, provided by the NotebookCellStatusBarItem$Typings extension
An optional {@linkcode Command} or identifier of a command to run on click.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- priority ↔ num
-
Available on NotebookCellStatusBarItem, provided by the NotebookCellStatusBarItem$Typings extension
The priority of the item. A higher value item will be shown more to the left.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String
-
Available on NotebookCellStatusBarItem, provided by the NotebookCellStatusBarItem$Typings extension
The text to show for the item.getter/setter pair - tooltip ↔ String
-
Available on NotebookCellStatusBarItem, provided by the NotebookCellStatusBarItem$Typings extension
A tooltip to show when the item is hovered.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited