Overview

Data binding is a powerful UI feature that allows you to bind unit information or Lua tables to the display values of UI. For example, you can implement a custom health bar by binding a UI frame’s image fill to a unit's health.


Related APIs

Bind Data:

Make use of this data binding:w


Use Cases

Binding to Unit Properties (Custom Health Bars)