createFrontendModule()
Home > @backstage/frontend-plugin-api
> createFrontendModule
Signature:
function createFrontendModule<TId extends string, TExtensions extends readonly ExtensionDefinition[] = []>(options: CreateFrontendModuleOptions<TId, TExtensions>): FrontendModule;
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
CreateFrontendModuleOptions<TId, TExtensions> |