Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
PluginDeployerParticipant
Interface PluginDeployerParticipant
A participant can hook into the plugin deployer lifecycle.
interface
PluginDeployerParticipant
{
onWillStart
?
(
context
)
:
Promise
<
void
>
;
}
Implemented by
PluginTheiaDeployerParticipant
Index
Methods
on
Will
Start?
Methods
Optional
on
Will
Start
on
Will
Start
(
context
)
:
Promise
<
void
>
Parameters
context
:
PluginDeployerStartContext
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
on
Will
Start
Theia TypeDoc
Loading...
A participant can hook into the plugin deployer lifecycle.