Skip to main content

AppNodeInstance

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

The instance of this AppNode in the AppTree.

Signature:

export interface AppNodeInstance 

Remarks

The app node instance is created when the factory function of an extension is called. Instances will only be present for nodes in the app that are connected to the root node and not disabled

Methods

MethodDescription
getData(ref)Get the output data for a single extension data ref
getDataRefs()Returns a sequence of all extension data refs that were output by this instance