Function: activateFrontendPlugin()
activateFrontendPlugin(
runtime,definition,api):Promise<void>
Defined in: packages/plugin-sdk/src/runtime.ts:168
Activate a frontend plugin with host-enforced registration cleanup.
Parameters
runtime
PluginRuntime<PluginDefinition>
definition
api
Returns
Promise<void>
Deprecated
See PluginRuntime — the production host does not use this.