Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/service/notebook-renderer-messaging-service
NotebookRendererMessagingService
Class NotebookRendererMessagingService
Implements
Disposable
Index
Constructors
constructor
Properties
activations
editor
Widget
Service
on
Post
Message
on
Will
Activate
Renderer
post
Message
Emitter
scoped
Messaging
will
Activate
Renderer
Emitter
Methods
dispose
get
Scoped
post
Message
prepare
receive
Message
Constructors
constructor
new
NotebookRendererMessagingService
()
:
NotebookRendererMessagingService
Returns
NotebookRendererMessagingService
Properties
Protected
Readonly
activations
activations
:
Map
<
string
,
undefined
|
RendererMessage
[]
>
= ...
Protected
Readonly
editor
Widget
Service
editorWidgetService
:
NotebookEditorWidgetService
Readonly
on
Post
Message
onPostMessage
:
Event
<
RendererMessage
>
= ...
Readonly
on
Will
Activate
Renderer
onWillActivateRenderer
:
Event
<
string
>
= ...
Protected
Readonly
post
Message
Emitter
postMessageEmitter
:
Emitter
<
RendererMessage
>
= ...
Protected
Readonly
scoped
Messaging
scopedMessaging
:
Map
<
string
,
RendererMessaging
>
= ...
Protected
Readonly
will
Activate
Renderer
Emitter
willActivateRendererEmitter
:
Emitter
<
string
>
= ...
Methods
dispose
dispose
()
:
void
Dispose this object.
Returns
void
get
Scoped
getScoped
(
editorId
:
string
)
:
RendererMessaging
Parameters
editorId
:
string
Returns
RendererMessaging
Protected
post
Message
postMessage
(
editorId
:
string
,
rendererId
:
string
,
message
:
unknown
)
:
void
Parameters
editorId
:
string
rendererId
:
string
message
:
unknown
Returns
void
prepare
prepare
(
rendererId
:
string
)
:
void
Parameters
rendererId
:
string
Returns
void
receive
Message
receiveMessage
(
editorId
:
undefined
|
string
,
rendererId
:
string
,
message
:
unknown
,
)
:
Promise
<
boolean
>
Parameters
editorId
:
undefined
|
string
rendererId
:
string
message
:
unknown
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
activations
editor
Widget
Service
on
Post
Message
on
Will
Activate
Renderer
post
Message
Emitter
scoped
Messaging
will
Activate
Renderer
Emitter
Methods
dispose
get
Scoped
post
Message
prepare
receive
Message
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Dispose this object.