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:
| Parameter | Type | Description |
|---|---|---|
| _record | Record<string | symbol, unknown> | The record. |