1
0
Fork 0
cautious-journey/docs/api/cautious-journey.statevalue.md

22 lines
606 B
Markdown
Raw Normal View History

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