1
0
Fork 0
js-utils/docs/api/js-utils.checklistmode.md

22 lines
581 B
Markdown
Raw Normal View History

2020-03-29 14:52:40 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChecklistMode](./js-utils.checklistmode.md)
## ChecklistMode enum
2021-08-08 20:11:23 +00:00
Whether items should be checked for inclusion (allow list) or exclusion (deny list).
2020-03-29 14:52:40 +00:00
<b>Signature:</b>
```typescript
export declare enum ChecklistMode
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| EXCLUDE | <code>&quot;exclude&quot;</code> | |
| INCLUDE | <code>&quot;include&quot;</code> | |