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

Represents a field on a Trello card, used for various operations and conditions.

Values

Value Description
Name The name field of the card.
Description The description field of the card.
Start The start date field of the card.
Due The due date field of the card.
DueComplete Indicates whether the card is marked as complete.

Usage

This enum is utilized in the CardFieldCondition class for defining conditions based on card fields.

Clone this wiki locally