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) > [becomes](./cautious-journey.statevalue.becomes.md)
|
|
|
|
|
|
|
|
## StateValue.becomes property
|
|
|
|
|
|
|
|
State changes that could occur to this value.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-08-15 23:58:19 +00:00
|
|
|
becomes: Array<StateChange>;
|
2020-08-12 03:19:01 +00:00
|
|
|
```
|