Skip to content

PluginSettingsComponentBase.saveToFile method

PluginSettingsComponentBase › saveToFile

Saves the new plugin settings.

Signature:

saveToFile(context?: unknown): Promise<void>

Parameters:

ParameterTypeDescription
context?unknownThe context of the save to file operation.

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