Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
NotebookCellStatusBarItemProvider
Interface NotebookCellStatusBarItemProvider
interface
NotebookCellStatusBarItemProvider
{
onDidChangeStatusBarItems
?:
Event
<
void
>
;
viewType
:
string
;
provideCellStatusBarItems
(
uri
,
index
,
token
)
:
Promise
<
undefined
|
NotebookCellStatusBarItemList
>
;
}
Index
Properties
on
Did
Change
Status
Bar
Items?
view
Type
Methods
provide
Cell
Status
Bar
Items
Properties
Optional
on
Did
Change
Status
Bar
Items
on
Did
Change
Status
Bar
Items
?:
Event
<
void
>
view
Type
view
Type
:
string
Methods
provide
Cell
Status
Bar
Items
provide
Cell
Status
Bar
Items
(
uri
,
index
,
token
)
:
Promise
<
undefined
|
NotebookCellStatusBarItemList
>
Parameters
uri
:
URI
index
:
number
token
:
CancellationToken
Returns
Promise
<
undefined
|
NotebookCellStatusBarItemList
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
on
Did
Change
Status
Bar
Items
view
Type
provide
Cell
Status
Bar
Items
Theia TypeDoc
Loading...