Skip to main content

AppNodeSpec

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

The specification for this AppNode in the AppTree.

Signature:

export interface AppNodeSpec 

Remarks

The specifications for a collection of app nodes is all the information needed to build the tree and instantiate the nodes.

Properties

PropertyModifiersTypeDescription
attachToreadonly{ id: string; input: string; }
config?readonlyunknown(Optional)
disabledreadonlyboolean
extensionreadonlyExtension<unknown>
idreadonlystring
source?readonlyBackstagePlugin(Optional)