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