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

23 lines
700 B
Markdown

<!-- 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
```
<b>Extends:</b> BaseLabel
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [divider](./cautious-journey.statelabel.divider.md) | string | |
| [values](./cautious-journey.statelabel.values.md) | Array&lt;[StateValue](./cautious-journey.statevalue.md)<!-- -->&gt; | Values for this state. |