[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [ChecklistMode](./js-utils.checklistmode.md) ## ChecklistMode enum Whether items should be checked for inclusion (allow list) or exclusion (deny list). Signature: ```typescript export declare enum ChecklistMode ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | EXCLUDE | "exclude" | | | INCLUDE | "include" | |