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

14 lines
353 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; [FlagLabel](./cautious-journey.flaglabel.md)
2020-08-15 22:37:03 +00:00
## FlagLabel type
Individual labels: the equivalent of a checkbox.
<b>Signature:</b>
```typescript
2022-11-22 14:25:48 +00:00
export type FlagLabel = BaseLabel;
```