Skip to content

CardsConditionBoolean

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

Represents boolean-based conditions for filtering cards, such as due completion or checkbox custom fields.

Values

Value Description
Equal The value is equal to the specified boolean value.
NotEqual The value is not equal to the specified boolean value.

Usage

Used in methods like CardsFilterCondition.CustomField for defining boolean-based conditions.

Clone this wiki locally