Skip to content

PluginSettingsComponentBase.onSavingRecord method

PluginSettingsComponentBase › onSavingRecord

Called when the plugin settings record is about to be saved to disk.

Signature:

onSavingRecord(_record: Record<string | symbol, unknown>): Promise<void>

Parameters:

ParameterTypeDescription
_recordRecord<string | symbol, unknown>The record.

Returns: Promise<void>