AppTreeApi.getNodesByRoutePath()
Home > @backstage/frontend-plugin-api
> AppTreeApi
> getNodesByRoutePath
Get all nodes in the app that are mounted at a given route path.
Signature:
getNodesByRoutePath(sourcePath: string): {
nodes: AppNode[];
};
Parameters
Parameter |
Type |
Description |
---|---|---|
sourcePath |
string |
{ nodes: AppNode[]; }