PluginServiceFactoryOptions.factory()
Home > @backstage/backend-plugin-api
> PluginServiceFactoryOptions
> factory
Signature:
factory(deps: ServiceRefsToInstances<TDeps>, context: TContext): TImpl | Promise<TImpl>;
Parameters
Parameter |
Type |
Description |
---|---|---|
deps |
ServiceRefsToInstances<TDeps> | |
context |
TContext |
TImpl | Promise<TImpl>