---
title: value
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/bindablevalue/value
---

# value

The main accessor for the bind value.

## Declaration

```swift
var value: T { get set }
```

## Discussion

Discussion This property returns the animated value (animatedValue) if an animation is active. Otherwise, this property returns the base value (baseValue). When you assign a value to this property, the setter assigns the value you provide to baseValue.

## See Also

### Accessing the value

- [baseValue](realitykit/bindablevalue/basevalue.md)
- [animatedValue](realitykit/bindablevalue/animatedvalue.md)
