Backstage
    Preparing search index...

    The connections from this AppNode to other nodes.

    The app node edges are resolved based on the app node specs, regardless of whether adjacent nodes are disabled or not. If no parent attachment is present or

    interface AppNodeEdges {
        attachedTo?: { input: string; node: AppNode };
        attachments: ReadonlyMap<string, AppNode[]>;
    }
    Index

    Properties

    attachedTo?: { input: string; node: AppNode }
    attachments: ReadonlyMap<string, AppNode[]>