Interface PluginDeployerHandler Methods deploy Backend Plugins Parameters Returns Promise < undefined | number > deploy Frontend Plugins Parameters Returns Promise < undefined | number > get Deployed Plugin get Deployed Plugin( pluginId: ` ${ string } . ${ string } @ ${ string } ` ) : undefined | DeployedPlugin Parameters pluginId: ` ${ string } . ${ string } @ ${ string } ` undeploy Plugin undeploy Plugin( pluginId: ` ${ string } . ${ string } @ ${ string } ` ) : Promise < boolean > Parameters pluginId: ` ${ string } . ${ string } @ ${ string } ` Returns Promise < boolean > uninstall Plugin uninstall Plugin( pluginId: ` ${ string } . ${ string } @ ${ string } ` ) : Promise < boolean > Parameters pluginId: ` ${ string } . ${ string } @ ${ string } ` Returns Promise < boolean > Legend Namespace Variable Function Function with type parameter Type alias Type alias with type parameter Interface Interface with type parameter Method Class Class with type parameter Settings Theme OS Light Dark
Removes the plugin from the locations to which it had been deployed. This operation is not safe - references to deleted assets may remain.