Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
NotebookCellToolbarItem
Interface NotebookCellToolbarItem
interface
NotebookCellToolbarItem
{
contextKeys
?:
Set
<
string
>
;
icon
?:
string
;
id
:
string
;
isVisible
:
(
(
)
=>
boolean
)
;
label
?:
string
;
onClick
:
(
(
e
)
=>
void
)
;
}
Index
Properties
context
Keys?
icon?
id
is
Visible
label?
on
Click
Properties
Optional
context
Keys
context
Keys
?:
Set
<
string
>
Optional
icon
icon
?:
string
id
id
:
string
is
Visible
is
Visible
:
(
(
)
=>
boolean
)
Type declaration
(
)
:
boolean
Returns
boolean
Optional
label
label
?:
string
on
Click
on
Click
:
(
(
e
)
=>
void
)
Type declaration
(
e
)
:
void
Parameters
e
:
MouseEvent
<
Element
,
MouseEvent
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
context
Keys
icon
id
is
Visible
label
on
Click
Theia TypeDoc
Loading...