Skip to content

BindOptionsExtended.pluginSettingsToComponentValueConverter method

BindOptionsExtended › pluginSettingsToComponentValueConverter

Converts the plugin settings value to the value used by the UI component.

Signature:

pluginSettingsToComponentValueConverter(pluginSettingsValue: ReadonlyDeep<PluginSettings[PropertyName]>): UIValue

Parameters:

ParameterTypeDescription
pluginSettingsValueReadonlyDeep<PluginSettings[PropertyName]>The value of the property in the plugin settings.

Returns: UIValueThe value to set on the UI component.