registerFeature
Register a feature’s plugin factory.
Called by side-effect feature imports (e.g., import '@toolbox-web/grid/features/selection').
registerFeature(name: K, factory: PluginFactory<unknown>): voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
name | K | The feature name (matches a key on FeatureConfig) |
factory | PluginFactory<unknown> | Function that creates a plugin instance from config |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt