FrontendPlugin
Home > @backstage/frontend-plugin-api > FrontendPlugin
Signature:
export interface FrontendPlugin<TRoutes extends {
[name in string]: RouteRef | SubRouteRef;
} = {
[name in string]: RouteRef | SubRouteRef;
}, TExternalRoutes extends {
[name in string]: ExternalRouteRef;
} = {
[name in string]: ExternalRouteRef;
}>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
'@backstage/FrontendPlugin' | ||
|
|
TExternalRoutes | ||
|
|
string | ||
|
|
TRoutes |
Methods
|
Method |
Description |
|---|---|
|
Loads the plugin info. |