PluginSettingsTabBase.bind method
PluginSettingsTabBase › bind
Binds a value component to a plugin setting.Signature:
bind(params: PluginSettingsTabBaseBindImplParams<PluginSettings, UIValue, TValueComponent, PropertyName>): TValueComponentParameters:
| Parameter | Type | Description |
|---|---|---|
| params | PluginSettingsTabBaseBindImplParams<PluginSettings, UIValue, TValueComponent, PropertyName> | The params for binding the value component. |
Returns: TValueComponent — The value component.