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) > [FlagLabel](./cautious-journey.flaglabel.md)
|
|
|
|
|
|
|
|
## FlagLabel interface
|
|
|
|
|
|
|
|
Individual labels: the equivalent of a checkbox.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-08-15 14:52:08 +00:00
|
|
|
export interface FlagLabel extends BaseLabel, ChangeSet
|
2020-08-12 01:39:53 +00:00
|
|
|
```
|
2020-08-15 14:52:08 +00:00
|
|
|
<b>Extends:</b> BaseLabel, ChangeSet
|
2020-08-12 01:39:53 +00:00
|
|
|
|