ExternalRouteRef
Home > @backstage/frontend-plugin-api
> ExternalRouteRef
Route descriptor, to be later bound to a concrete route by the app. Used to implement cross-plugin route references.
Signature:
export interface ExternalRouteRef<TParams extends AnyRouteRefParams = AnyRouteRefParams>
Remarks
See https://backstage.io/docs/plugins/composability#routing-system.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
'@backstage/ExternalRouteRef' | ||
|
TParams |