LabelRemovedFromCardTriggerConstraint - rwjdk/TrelloDotNet GitHub Wiki
Defines constraints for triggers that activate when a label is removed from a card.
Values
| Value | Description |
|---|---|
AnyOfTheseLabelsAreRemoved |
The trigger activates if any of the specified labels are removed from the card. |
AnyButTheseLabelsAreRemoved |
The trigger activates if any label other than the specified ones is removed from the card. |
AnyLabel |
The trigger activates if any label is removed from the card, regardless of which one. |
Usage
This enum is used in the LabelRemovedFromCardTrigger class.