22 lines
651 B
Markdown
22 lines
651 B
Markdown
|
<!-- 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
|
||
|
export interface StateValue extends BaseLabel
|
||
|
```
|
||
|
<b>Extends:</b> BaseLabel
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [becomes](./cautious-journey.statevalue.becomes.md) | Array<[StateChange](./cautious-journey.statechange.md)<!-- -->> | State changes that could occur to this value. |
|
||
|
|