Skip to main content
Version: Next

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

Property

Modifiers

Type

Description

attachedTo?

readonly

{ node: AppNode; input: string; }

(Optional)

attachments

readonly

ReadonlyMap<string, AppNode[]>