PluginSettingsTabBase.onLoadSettings method
PluginSettingsTabBase › onLoadSettings
Called when the plugin settings are loaded.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 the settings are being loaded for the first time. |
Returns: Promise<void> — A Promise that resolves when the settings are loaded.