2020-08-12 01:39:53 +00:00
|
|
|
<!-- 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
|
2020-08-15 19:58:29 +00:00
|
|
|
export interface StateLabel extends BaseLabel
|
2020-08-12 01:39:53 +00:00
|
|
|
```
|
2020-08-15 19:58:29 +00:00
|
|
|
<b>Extends:</b> BaseLabel
|
2020-08-12 01:39:53 +00:00
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-08-18 13:54:57 +00:00
|
|
|
| [divider](./cautious-journey.statelabel.divider.md) | string | |
|
2020-08-12 03:19:01 +00:00
|
|
|
| [values](./cautious-journey.statelabel.values.md) | Array<[StateValue](./cautious-journey.statevalue.md)<!-- -->> | Values for this state. |
|
2020-08-12 01:39:53 +00:00
|
|
|
|