[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
```
Extends: BaseLabel
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [becomes](./cautious-journey.statevalue.becomes.md) | | Array<StateChange> | State changes that could occur to this value. |