Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/renderers/cell-output-webview
CellOutputWebview
Interface CellOutputWebview
interface
CellOutputWebview
{
id
:
string
;
onDidRenderOutput
:
Event
<
OutputRenderEvent
>
;
cellsChanged
(
cellEvent
:
NotebookContentChangedEvent
[]
)
:
void
;
dispose
()
:
void
;
init
(
notebook
:
NotebookModel
,
editor
:
NotebookEditorWidget
)
:
void
;
isAttached
()
:
boolean
;
render
()
:
ReactNode
;
requestOutputPresentationUpdate
(
cellHandle
:
number
,
output
:
NotebookCellOutputModel
,
)
:
void
;
setCellHeight
(
cell
:
NotebookCellModel
,
height
:
number
)
:
void
;
}
Hierarchy (
View Summary
)
Disposable
CellOutputWebview
Implemented by
CellOutputWebviewImpl
Index
Properties
id
on
Did
Render
Output
Methods
cells
Changed
dispose
init
is
Attached
render
request
Output
Presentation
Update
set
Cell
Height
Properties
Readonly
id
id
:
string
on
Did
Render
Output
onDidRenderOutput
:
Event
<
OutputRenderEvent
>
Methods
cells
Changed
cellsChanged
(
cellEvent
:
NotebookContentChangedEvent
[]
)
:
void
Parameters
cellEvent
:
NotebookContentChangedEvent
[]
Returns
void
dispose
dispose
()
:
void
Dispose this object.
Returns
void
init
init
(
notebook
:
NotebookModel
,
editor
:
NotebookEditorWidget
)
:
void
Parameters
notebook
:
NotebookModel
editor
:
NotebookEditorWidget
Returns
void
is
Attached
isAttached
()
:
boolean
Returns
boolean
render
render
()
:
ReactNode
Returns
ReactNode
request
Output
Presentation
Update
requestOutputPresentationUpdate
(
cellHandle
:
number
,
output
:
NotebookCellOutputModel
,
)
:
void
Parameters
cellHandle
:
number
output
:
NotebookCellOutputModel
Returns
void
set
Cell
Height
setCellHeight
(
cell
:
NotebookCellModel
,
height
:
number
)
:
void
Parameters
cell
:
NotebookCellModel
height
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
on
Did
Render
Output
Methods
cells
Changed
dispose
init
is
Attached
render
request
Output
Presentation
Update
set
Cell
Height
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Dispose this object.