# IBindable

> Interface for all bindable fields.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public interface IBindable
```

## Properties

| Property                                                                                       | Description                              |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------- |
| [binding](/engine/6000.7/script-reference/unityengine/uielements/ibindable/binding.md)         | Binding object that will be updated.     |
| [bindingPath](/engine/6000.7/script-reference/unityengine/uielements/ibindable/bindingpath.md) | Path of the target property to be bound. |
