PluginSettingsComponentBase.onLoadSettings method
PluginSettingsComponentBase › onLoadSettings
Called when settings are loaded or reloaded.Signature:
onLoadSettings(_loadedState: _ReadonlyObjectDeep<PluginSettingsState<PluginSettings>>, _isInitialLoad: boolean): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| _loadedState | _ReadonlyObjectDeep<PluginSettingsState<PluginSettings>> | The loaded settings state. |
| _isInitialLoad | boolean | Whether this is the initial load. |