Skip to content

BindOptionsExtended.componentToPluginSettingsValueConverter method

BindOptionsExtended › componentToPluginSettingsValueConverter

Converts the UI component's value back to the plugin settings value.

Signature:

componentToPluginSettingsValueConverter(uiValue: UIValue): PluginSettings[PropertyName] | ValidationMessageHolder

Parameters:

ParameterTypeDescription
uiValueUIValueThe value of the UI component.

Returns: PluginSettings[PropertyName] | ValidationMessageHolderThe value to set on the plugin settings.