Backstage
    Preparing search index...

    The instance of this AppNode in the AppTree.

    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

    interface AppNodeInstance {
        getData<T>(ref: ExtensionDataRef<T>): T | undefined;
        getDataRefs(): Iterable<ExtensionDataRef<unknown>>;
    }
    Index

    Methods