Skip to content

PluginSettingsComponentBase.onLoadRecord method

PluginSettingsComponentBase › onLoadRecord

Called when the plugin settings record is loaded from disk.

Signature:

onLoadRecord(record: Record<string | symbol, unknown>): Promise<void>

Parameters:

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

Returns: Promise<void>