provideCellStatusBarItems

abstract fun provideCellStatusBarItems(cell: NotebookCell, token: CancellationToken): ProviderResult<ERROR CLASS: Symbol not found for 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.