Backstage
    Preparing search index...

    The API for interacting with the AppTree.

    interface AppTreeApi {
        getNodesByRoutePath(routePath: string): { nodes: AppNode[] };
        getTree(): { tree: AppTree };
    }
    Index

    Methods