BindOptionsExtended.componentToPluginSettingsValueConverter method
BindOptionsExtended › componentToPluginSettingsValueConverter
Converts the UI component's value back to the plugin settings value.Signature:
componentToPluginSettingsValueConverter(uiValue: UIValue): PluginSettings[PropertyName] | ValidationMessageHolderParameters:
| Parameter | Type | Description |
|---|---|---|
| uiValue | UIValue | The value of the UI component. |
Returns: PluginSettings[PropertyName] | ValidationMessageHolder — The value to set on the plugin settings.