Skip to main content
Version: Next

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, unknown>
idreadonlystring
source?readonlyFrontendPlugin(Optional)