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

22 lines
652 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; [StateLabel](./cautious-journey.statelabel.md)
## StateLabel interface
Grouped labels: the equivalent of a radio group.
<b>Signature:</b>
```typescript
export interface StateLabel extends BaseLabel, ChangeSet
```
<b>Extends:</b> BaseLabel, ChangeSet
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [values](./cautious-journey.statelabel.values.md) | Array&lt;[StateValue](./cautious-journey.statevalue.md)<!-- -->&gt; | Values for this state. |