Abstract
Base class for plugin configuration.
Define your Zod validation schema in validationSchema. Prefer versioned schemas using Zod unions and transforms to normalize old configs into the latest shape at parse time.
Optionally provide metadata for enhanced plugin discoverability.
API: BSBPluginConfig
Static
Readonly
Static plugin metadata for v9 auto-generation features. Set by createConfigSchema() helper.
Optional
Optional plugin metadata for enhanced discoverability and documentation. Provides information about the plugin's purpose.
API: BSBPluginConfig#metadata
Base class for plugin configuration.
Define your Zod validation schema in validationSchema. Prefer versioned schemas using Zod unions and transforms to normalize old configs into the latest shape at parse time.
Optionally provide metadata for enhanced plugin discoverability.
See
API: BSBPluginConfig