Backstage
    Preparing search index...

    A node in the AppTree.

    interface AppNode {
        edges: AppNodeEdges;
        instance?: AppNodeInstance;
        spec: AppNodeSpec;
    }
    Index

    Properties

    Properties

    The edges from this node to other nodes in the app tree

    instance?: AppNodeInstance

    The instance of this node, if it was instantiated

    The specification for how this node should be instantiated