Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
NotebookSerializer
Interface NotebookSerializer
interface
NotebookSerializer
{
options
:
TransientOptions
;
fromNotebook
(
data
)
:
Promise
<
BinaryBuffer
>
;
toNotebook
(
data
)
:
Promise
<
NotebookData
>
;
}
Index
Properties
options
Methods
from
Notebook
to
Notebook
Properties
options
options
:
TransientOptions
Methods
from
Notebook
from
Notebook
(
data
)
:
Promise
<
BinaryBuffer
>
Parameters
data
:
NotebookData
Returns
Promise
<
BinaryBuffer
>
to
Notebook
to
Notebook
(
data
)
:
Promise
<
NotebookData
>
Parameters
data
:
BinaryBuffer
Returns
Promise
<
NotebookData
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
options
from
Notebook
to
Notebook
Theia TypeDoc
Loading...