CardMovedAwayFromListTriggerConstraint - rwjdk/TrelloDotNet GitHub Wiki
Defines constraints for triggers when a card is moved away from specific lists.
Values
| Value | Description |
|---|---|
AnyOfTheseListsAreMovedAwayFrom |
Trigger is activated when a card is moved away from any of the specified lists. |
AnyButTheseListsAreMovedAwayFrom |
Trigger is activated when a card is moved away from any list except the specified ones. |
Usage
This enum is utilized in the CardMovedAwayFromListTrigger class.