CreateAppOptions.bindRoutes()
Home > @backstage/frontend-defaults > CreateAppOptions > bindRoutes
Allows for the binding of plugins' external route refs within the app.
Signature:
bindRoutes?(context: {
bind: CreateAppRouteBinder;
}): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
context |
{ bind: CreateAppRouteBinder; } |
void