Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
HostedPluginClient
Interface HostedPluginClient
interface
HostedPluginClient
{
log
(
logPart
)
:
void
;
onDidDeploy
(
)
:
void
;
postMessage
(
pluginHost
,
buffer
)
:
Promise
<
void
>
;
}
Index
Methods
log
on
Did
Deploy
post
Message
Methods
log
log
(
logPart
)
:
void
Parameters
logPart
:
LogPart
Returns
void
on
Did
Deploy
on
Did
Deploy
(
)
:
void
Returns
void
post
Message
post
Message
(
pluginHost
,
buffer
)
:
Promise
<
void
>
Parameters
pluginHost
:
string
buffer
:
Uint8Array
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
log
on
Did
Deploy
post
Message
Theia TypeDoc
Loading...