LegacyBackendPluginInstaller
Home > @backstage/backend-dynamic-feature-service
> LegacyBackendPluginInstaller
Warning: This API is now obsolete.
Support for the legacy backend system will be removed in the future.
When adding a legacy plugin installer entrypoint in your plugin, you should always take the opportunity to also implement support for the new backend system if not already done.
Signature:
export interface LegacyBackendPluginInstaller
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
'legacy' | |||
{ policy?: PermissionPolicy; } |
(Optional) | ||
{ pluginID: string; createPlugin(env: LegacyPluginEnvironment): Promise<Router>; } |
(Optional) |
Methods
Method |
Description |
---|---|
(Optional) | |
(Optional) | |
(Optional) | |
(Optional) |