Skip to main content

AppNodeEdges

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

The connections from this AppNode to other nodes.

Signature:

export interface AppNodeEdges 

Remarks

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

Properties

PropertyModifiersTypeDescription
attachedTo?readonly{ node: AppNode; input: string; }(Optional)
attachmentsreadonlyReadonlyMap<string, AppNode[]>