Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-protocol
HostedPluginClient
Interface HostedPluginClient
interface
HostedPluginClient
{
log
(
logPart
:
LogPart
)
:
void
;
onDidDeploy
()
:
void
;
postMessage
(
pluginHost
:
string
,
buffer
:
Uint8Array
)
:
Promise
<
void
>
;
}
Index
Methods
log
on
Did
Deploy
post
Message
Methods
log
log
(
logPart
:
LogPart
)
:
void
Parameters
logPart
:
LogPart
Returns
void
on
Did
Deploy
onDidDeploy
()
:
void
Returns
void
post
Message
postMessage
(
pluginHost
:
string
,
buffer
:
Uint8Array
)
:
Promise
<
void
>
Parameters
pluginHost
:
string
buffer
:
Uint8Array
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
log
on
Did
Deploy
post
Message
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...