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