1
0
Fork 0
cautious-journey/docs/api/cautious-journey.statechang...

22 lines
606 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [StateChange](./cautious-journey.statechange.md)
## StateChange interface
The transition between two state values.
<b>Signature:</b>
```typescript
export interface StateChange extends LabelSet
```
<b>Extends:</b> LabelSet
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [matches](./cautious-journey.statechange.matches.md) | Array&lt;LabelRef&gt; | Required labels for this state change to occur. |