# Data
The [`Data`][Data] widget is a widget that can contain an arbitrary value. The
widget does not display or occupy any space. This is useful for ensuring a
resource isn't dropped while a user interface is displayed.
[Data]: <{{ docs }}/widgets/struct.Data.html>