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(routePath: string): {
nodes: AppNode[];
};
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
routePath |
string |
{ nodes: AppNode[]; }