Backstage
    Preparing search index...

    The configuration options passed to createBackendModule.

    interface CreateBackendModuleOptions {
        moduleId: string;
        pluginId: string;
        register(reg: BackendModuleRegistrationPoints): void;
    }
    Index

    Properties

    Methods

    Properties

    moduleId: string

    The ID of this module, used to identify the module and ensure that it is not installed twice.

    pluginId: string

    Should exactly match the id of the plugin that the module extends.

    Methods