20 lines
493 B
Markdown
20 lines
493 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [ChecklistMode](./js-utils.checklistmode.md)
|
|
|
|
## ChecklistMode enum
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare enum ChecklistMode
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| EXCLUDE | <code>"exclude"</code> | |
|
|
| INCLUDE | <code>"include"</code> | |
|
|
|