Skip to main content
Version: Next

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

PropertyModifiersTypeDescription
$$typereadonly'@backstage/ExternalRouteRef'
TreadonlyTParams