Type Alias: DependencyOverride
type DependencyOverride = NullableDependencyPair<any>[];
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/services/plugin/plugin-override.ts:26
Overrides the dependencies defined in the plugin. Only dependencies that are identified by IdentifierDecorator
can be overridden.
If you override a dependency with null
, the original dependency will be removed.