Skip to content

PluginSettingsTabBase.bind method

PluginSettingsTabBase › bind

Binds a value component to a plugin setting.

Signature:

bind(params: PluginSettingsTabBaseBindImplParams<PluginSettings, UIValue, TValueComponent, PropertyName>): TValueComponent

Parameters:

ParameterTypeDescription
paramsPluginSettingsTabBaseBindImplParams<PluginSettings, UIValue, TValueComponent, PropertyName>The params for binding the value component.

Returns: TValueComponentThe value component.