> ## Documentation Index
> Fetch the complete documentation index at: https://rive.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# DataValueString

[DataValue](/scripting/api-reference/data-value/data-value) that stores a string value.

## Fields

### `value`

The stored string value.

```lua theme={null}
local dv: DataValueString = DataValue.string()
dv.value = "I heart Rive."
```
