Skip to main content

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, TOptional extends boolean = boolean> 

Remarks

See https://backstage.io/docs/plugins/composability#routing-system.

Properties

PropertyModifiersTypeDescription
$$typereadonly'@backstage/ExternalRouteRef'
optionalreadonlyTOptional
TreadonlyTParams