ListConditionConstraint - rwjdk/TrelloDotNet GitHub Wiki
Defines constraints for conditions related to lists in Trello automation.
Values
| Value | Description |
|---|---|
AnyOfTheseLists |
The condition is met if the event involves any of the specified lists. |
NoneOfTheseLists |
The condition is met if the event does not involve any of the specified lists. |
Usage
Used in ListCondition to specify constraints for list-based conditions.