NotebookCellStatusBarItemProvider
A provider that can contribute items to the status bar that appears below a cell's editor.
Properties
Functions
Link copied to clipboard
abstract fun provideCellStatusBarItems(cell: NotebookCell, token: CancellationToken): ProviderResult<JsAny>
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.