provideCellStatusBarItems
abstract fun provideCellStatusBarItems(cell: NotebookCell, token: CancellationToken): ProviderResult<JsAny>(source)
The provider will be called when the cell scrolls into view, when its content, outputs, language, or metadata change, and when it changes execution state.
Parameters
cell
The cell for which to return items.
token
A token triggered if this request should be cancelled.