Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
NotebooksExt
Interface NotebooksExt
interface
NotebooksExt
{
$acceptActiveCellEditorChange
(
newActiveEditor
)
:
void
;
$acceptDocumentsAndEditorsDelta
(
delta
)
:
Promise
<
void
>
;
$dataToNotebook
(
handle
,
data
,
token
)
:
Promise
<
NotebookDataDto
>
;
$notebookToData
(
handle
,
data
,
token
)
:
Promise
<
BinaryBuffer
>
;
$provideNotebookCellStatusBarItems
(
handle
,
uri
,
index
,
token
)
:
Promise
<
undefined
|
NotebookCellStatusBarListDto
>
;
$releaseNotebookCellStatusBarItems
(
id
)
:
void
;
}
Hierarchy (
view full
)
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
$accept
Active
Cell
Editor
Change
(
newActiveEditor
)
:
void
Parameters
newActiveEditor
:
null
|
string
Returns
void
$accept
Documents
And
Editors
Delta
$accept
Documents
And
Editors
Delta
(
delta
)
:
Promise
<
void
>
Parameters
delta
:
NotebookDocumentsAndEditorsDelta
Returns
Promise
<
void
>
$data
To
Notebook
$data
To
Notebook
(
handle
,
data
,
token
)
:
Promise
<
NotebookDataDto
>
Parameters
handle
:
number
data
:
BinaryBuffer
token
:
CancellationToken
Returns
Promise
<
NotebookDataDto
>
$notebook
To
Data
$notebook
To
Data
(
handle
,
data
,
token
)
:
Promise
<
BinaryBuffer
>
Parameters
handle
:
number
data
:
NotebookDataDto
token
:
CancellationToken
Returns
Promise
<
BinaryBuffer
>
$provide
Notebook
Cell
Status
Bar
Items
$provide
Notebook
Cell
Status
Bar
Items
(
handle
,
uri
,
index
,
token
)
:
Promise
<
undefined
|
NotebookCellStatusBarListDto
>
Parameters
handle
:
number
uri
:
UriComponents
index
:
number
token
:
CancellationToken
Returns
Promise
<
undefined
|
NotebookCellStatusBarListDto
>
$release
Notebook
Cell
Status
Bar
Items
$release
Notebook
Cell
Status
Bar
Items
(
id
)
:
void
Parameters
id
:
number
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
$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
Theia TypeDoc
Loading...