Backstage
    Preparing search index...

    The specification for this AppNode in the AppTree.

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

    interface AppNodeSpec {
        attachTo: ExtensionAttachTo;
        config?: unknown;
        disabled: boolean;
        extension: Extension<unknown, unknown>;
        id: string;
        plugin: FrontendPlugin;
    }
    Index

    Properties

    config?: unknown
    disabled: boolean
    extension: Extension<unknown, unknown>
    id: string