[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [StateValue](./cautious-journey.statevalue.md)
## StateValue interface
One of many values for a particular state.
Signature:
```typescript
export interface StateValue extends BaseLabel, ChangeSet
```
Extends: BaseLabel, [ChangeSet](./cautious-journey.changeset.md)
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [becomes](./cautious-journey.statevalue.becomes.md) | Array<[ChangeSet](./cautious-journey.changeset.md)> | State changes that could occur to this value. |