Skip to main content

CreateBackendModuleOptions

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

The configuration options passed to createBackendModule().

Signature:

export interface CreateBackendModuleOptions 

Properties

Property

Modifiers

Type

Description

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

Method

Description

register(reg)