BindOptionsExtended.pluginSettingsToComponentValueConverter method
BindOptionsExtended › pluginSettingsToComponentValueConverter
Converts the plugin settings value to the value used by the UI component.Signature:
pluginSettingsToComponentValueConverter(pluginSettingsValue: ReadonlyDeep<PluginSettings[PropertyName]>): UIValueParameters:
| Parameter | Type | Description |
|---|---|---|
| pluginSettingsValue | ReadonlyDeep<PluginSettings[PropertyName]> | The value of the property in the plugin settings. |
Returns: UIValue — The value to set on the UI component.