Skip to content

BoardPreferenceShowCompletedStatusOnCardFront

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

Specifies whether the completed status of a card should be displayed on its front.

Values

Value Description
Unknown Represents an unknown value retrieved from the Trello REST API.
Show Indicates that the completed status should be displayed on the card front.
DoNotShow Indicates that the completed status should not be displayed on the card front.

Usage

This enum is utilized in the BoardPreferences class and the UpdateBoardPreferencesOptions class.

Clone this wiki locally