Skip to content

dependabit / plugins/registry/src / PluginLoaderConfig

Interface: PluginLoaderConfig

Defined in: packages/plugins/registry/src/loader.ts:14

Configuration for the PluginLoader.

Config

Pitfalls

  • Setting autoInitialize: false skips calling plugin.initialize() on load. Plugins that allocate resources in initialize will be unusable until the caller manually invokes plugin.initialize().

Properties

PropertyTypeDefined in
autoInitialize?booleanpackages/plugins/registry/src/loader.ts:16
validateMetadata?booleanpackages/plugins/registry/src/loader.ts:15

Released under the MIT License.