Skip to content

PluginSettingsTabBase.onLoadSettings method

PluginSettingsTabBase › onLoadSettings

Called when the plugin settings are loaded.

Signature:

onLoadSettings(_loadedState: _ReadonlyObjectDeep<PluginSettingsState<PluginSettings>>, _isInitialLoad: boolean): Promise<void>

Parameters:

ParameterTypeDescription
_loadedState_ReadonlyObjectDeep<PluginSettingsState<PluginSettings>>The loaded settings state.
_isInitialLoadbooleanWhether the settings are being loaded for the first time.

Returns: Promise<void>A Promise that resolves when the settings are loaded.