Skip to content

CardFieldConditionConstraint

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

Defines constraints for evaluating the state or value of a card field.

Values

Value Description
IsNotSet Indicates the field is empty or not set.
IsSet Indicates the field has any value and is not empty.
Value Indicates the field has a specific value based on matching criteria.

Usage

Used in CardFieldCondition to specify the type of constraint applied to a card field.

Clone this wiki locally