Skip to main content
Version: Next

CreateBackendModuleOptions

Home > @backstage/backend-plugin-api > CreateBackendModuleOptions

The configuration options passed to createBackendModule().

Signature:

export interface CreateBackendModuleOptions 

Properties

PropertyModifiersTypeDescription
moduleIdstringThe ID of this module, used to identify the module and ensure that it is not installed twice.
pluginIdstringShould exactly match the id of the plugin that the module extends.

Methods

MethodDescription
register(reg)