Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
NotebooksExt
Interface NotebooksExt
interface
NotebooksExt
{
$acceptActiveCellEditorChange
(
newActiveEditor
:
null
|
string
)
:
void
;
$acceptDocumentsAndEditorsDelta
(
delta
:
NotebookDocumentsAndEditorsDelta
,
)
:
Promise
<
void
>
;
$dataToNotebook
(
handle
:
number
,
data
:
BinaryBuffer
,
token
:
CancellationToken
,
)
:
Promise
<
NotebookDataDto
>
;
$notebookToData
(
handle
:
number
,
data
:
NotebookDataDto
,
token
:
CancellationToken
,
)
:
Promise
<
BinaryBuffer
>
;
$provideNotebookCellStatusBarItems
(
handle
:
number
,
uri
:
UriComponents
,
index
:
number
,
token
:
CancellationToken
,
)
:
Promise
<
undefined
|
NotebookCellStatusBarListDto
>
;
$releaseNotebookCellStatusBarItems
(
id
:
number
)
:
void
;
}
Hierarchy (
View Summary
)
NotebookDocumentsAndEditorsExt
NotebooksExt
Implemented by
NotebooksExtImpl
Index
Methods
$accept
Active
Cell
Editor
Change
$accept
Documents
And
Editors
Delta
$data
To
Notebook
$notebook
To
Data
$provide
Notebook
Cell
Status
Bar
Items
$release
Notebook
Cell
Status
Bar
Items
Methods
$accept
Active
Cell
Editor
Change
$acceptActiveCellEditorChange
(
newActiveEditor
:
null
|
string
)
:
void
Parameters
newActiveEditor
:
null
|
string
Returns
void
$accept
Documents
And
Editors
Delta
$acceptDocumentsAndEditorsDelta
(
delta
:
NotebookDocumentsAndEditorsDelta
,
)
:
Promise
<
void
>
Parameters
delta
:
NotebookDocumentsAndEditorsDelta
Returns
Promise
<
void
>
$data
To
Notebook
$dataToNotebook
(
handle
:
number
,
data
:
BinaryBuffer
,
token
:
CancellationToken
,
)
:
Promise
<
NotebookDataDto
>
Parameters
handle
:
number
data
:
BinaryBuffer
token
:
CancellationToken
Returns
Promise
<
NotebookDataDto
>
$notebook
To
Data
$notebookToData
(
handle
:
number
,
data
:
NotebookDataDto
,
token
:
CancellationToken
,
)
:
Promise
<
BinaryBuffer
>
Parameters
handle
:
number
data
:
NotebookDataDto
token
:
CancellationToken
Returns
Promise
<
BinaryBuffer
>
$provide
Notebook
Cell
Status
Bar
Items
$provideNotebookCellStatusBarItems
(
handle
:
number
,
uri
:
UriComponents
,
index
:
number
,
token
:
CancellationToken
,
)
:
Promise
<
undefined
|
NotebookCellStatusBarListDto
>
Parameters
handle
:
number
uri
:
UriComponents
index
:
number
token
:
CancellationToken
Returns
Promise
<
undefined
|
NotebookCellStatusBarListDto
>
$release
Notebook
Cell
Status
Bar
Items
$releaseNotebookCellStatusBarItems
(
id
:
number
)
:
void
Parameters
id
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$accept
Active
Cell
Editor
Change
$accept
Documents
And
Editors
Delta
$data
To
Notebook
$notebook
To
Data
$provide
Notebook
Cell
Status
Bar
Items
$release
Notebook
Cell
Status
Bar
Items
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...