ExtensionBoundaryProps.routable
Home > @backstage/frontend-plugin-api
> ExtensionBoundaryProps
> routable
This explicitly marks the extension as routable for the purpose of capturing analytics events. If not provided, the extension boundary will be marked as routable if it outputs a routePath.
Signature:
routable?: boolean;