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

Property

Modifiers

Type

Description

attachTo

readonly

{ id: string; input: string; }

config?

readonly

unknown

(Optional)

disabled

readonly

boolean

extension

readonly

Extension<unknown, unknown>

id

readonly

string

source?

readonly

FrontendPlugin

(Optional)