A provider that can contribute items to the status bar that appears below a cell's editor.
Fields
provideCellStatusBarItems(cell:NotebookCell, token:CancellationToken):ProviderResult<EitherType<NotebookCellStatusBarItem, Array<NotebookCellStatusBarItem>>>
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. @link NotebookCellStatusBarItem cell statusbar items}
Parameters:
cell | The cell for which to return items. |
---|---|
token | A token triggered if this request should be cancelled. |
Returns:
One or more {
optionalonDidChangeCellStatusBarItems:Null<Event<Void>>
An optional event to signal that statusbar items have changed. The provide method will be called again.