Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
NotebookRendererContribution
Interface NotebookRendererContribution
interface
NotebookRendererContribution
{
displayName
:
string
;
entrypoint
:
string
|
{
extends
:
string
;
path
:
string
;
}
;
id
:
string
;
mimeTypes
:
string
[]
;
requiresMessaging
?:
"always"
|
"optional"
|
"never"
;
}
Index
Properties
display
Name
entrypoint
id
mime
Types
requires
Messaging?
Properties
Readonly
display
Name
display
Name
:
string
Readonly
entrypoint
entrypoint
:
string
|
{
extends
:
string
;
path
:
string
;
}
Type declaration
Readonly
extends
:
string
Readonly
path
:
string
Readonly
id
id
:
string
Readonly
mime
Types
mime
Types
:
string
[]
Optional
Readonly
requires
Messaging
requires
Messaging
?:
"always"
|
"optional"
|
"never"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
display
Name
entrypoint
id
mime
Types
requires
Messaging
Theia TypeDoc
Loading...