Backstage
    Preparing search index...

    Interface CreateSpecializedBackendOptions

    interface CreateSpecializedBackendOptions {
        defaultServiceFactories: ServiceFactory<
            unknown,
            "plugin"
            | "root",
            "singleton" | "multiton",
        >[];
    }
    Index

    Properties

    defaultServiceFactories: ServiceFactory<
        unknown,
        "plugin"
        | "root",
        "singleton" | "multiton",
    >[]