NotebookCellStatusBarItemProvider class

A provider that can contribute items to the status bar that appears below a cell's editor.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

NotebookCellStatusBarItemProvider.new({Event<void>? onDidChangeCellStatusBarItems, FutureOr<Object> provideCellStatusBarItems(NotebookCell, CancellationToken)?})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onDidChangeCellStatusBarItems Event<void>?

Available on NotebookCellStatusBarItemProvider, provided by the NotebookCellStatusBarItemProvider$Typings extension

An optional event to signal that statusbar items have changed. The provide method will be called again.
getter/setter pair
provideCellStatusBarItems FutureOr<Object> Function(NotebookCell, CancellationToken)

Available on NotebookCellStatusBarItemProvider, provided by the NotebookCellStatusBarItemProvider$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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