AI Notice: Most documentation right now was auto-generated by an LLM. Handwritten documentation will be implemented over time on the road to 1.0
ModuleProviderProps
Props passed to module components
Signature
interface ModuleProviderProps {
pane?: PluginPaneContext;
moduleInstance: ModuleInstance;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
pane | PluginPaneContext | no | The pane context (for pane-scoped modules) |
moduleInstance | ModuleInstance | yes | The module instance configuration |