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 |
---|---|---|---|
|
{ node: AppNode; input: string; } |
(Optional) | |
|
ReadonlyMap<string, AppNode[]> |