Skip to main content
Version: Next

AppTree

Home > @backstage/frontend-plugin-api > AppTree

The app tree containing all AppNodes of the app.

Signature:

export interface AppTree 

Properties

Property

Modifiers

Type

Description

nodes

readonly

ReadonlyMap<string, AppNode>

A map of all nodes in the app by ID, including orphaned or disabled nodes

orphans

readonly

Iterable<AppNode>

A sequence of all nodes with a parent that is not reachable from the app root node

root

readonly

AppNode

The root node of the app