Function: registerPluginSettings()
function registerPluginSettings(
name: string,
component: PluginSettingsComponentType,
displaySaveButton?: boolean): void;
Defined in: plugin/registry.tsx:770
Register a plugin settings component.
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
name | string | undefined | The name of the plugin. |
component | PluginSettingsComponentType | undefined | The component to use for the settings. |
displaySaveButton | boolean | false | Whether to display the save button. |