IDataSourceProvider
Binding types deriving from Binding can implement this interface to gain an additional layer of data source and data source path. These will be used by the binding system to compute the final _dataSource and _dataSourcePath that will be passed to the BindingContext during the binding update.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface IDataSourceProvider
Remarks
This _dataSource and _dataSourcePath will only affect the binding itself and not the hierarchy.
Properties
Property | Description |
|---|---|
| dataSource | Data source object that is local to the binding object. |
| dataSourcePath | Data source path that is local to the binding object. |