2020-08-12 03:19:01 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [cautious-journey ](./cautious-journey.md ) > [StateValue ](./cautious-journey.statevalue.md )
## StateValue interface
One of many values for a particular state.
< b > Signature:< / b >
```typescript
2020-08-15 19:58:29 +00:00
export interface StateValue extends BaseLabel, ChangeSet
2020-08-12 03:19:01 +00:00
```
2020-08-15 23:50:39 +00:00
< b > Extends:</ b > BaseLabel, [ChangeSet ](./cautious-journey.changeset.md )
2020-08-12 03:19:01 +00:00
## Properties
| Property | Type | Description |
| --- | --- | --- |
2020-08-15 23:50:39 +00:00
| [becomes ](./cautious-journey.statevalue.becomes.md ) | Array< [ChangeSet](./cautious-journey.changeset.md)<!-- --> > | State changes that could occur to this value. |
2020-08-12 03:19:01 +00:00