Skip to content

LabelRemovedFromCardTriggerConstraint

Rasmus Wulff Jensen edited this page Apr 4, 2025 · 1 revision

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.

Clone this wiki locally