22 lines
650 B
Markdown
22 lines
650 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [StateLabel](./cautious-journey.statelabel.md)
|
|
|
|
## StateLabel interface
|
|
|
|
Grouped labels: the equivalent of a radio group.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface StateLabel extends BaseLabel, LabelSet
|
|
```
|
|
<b>Extends:</b> BaseLabel, LabelSet
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [values](./cautious-journey.statelabel.values.md) | Array<[StateValue](./cautious-journey.statevalue.md)<!-- -->> | Values for this state. |
|
|
|