BindingContext
Context object containing the necessary information to resolve a binding.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public readonly struct BindingContext
Properties
Property | Description |
|---|---|
| bindingId | The binding ID of the element to bind. |
| dataSource | The data source that was resolved for a given binding. |
| dataSourcePath | The resolved path to the value in the source, including relative data source paths found in the hierarchy between the target and to the resolved source owner. |
| targetElement | The target element of the binding. |