Skip to content

BoardPreferenceVisibility

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

Defines the visibility levels of a Trello board.

Values

Value Description
Unknown Represents an unknown visibility value retrieved from the Trello REST API.
Private The board is private and only accessible to invited members.
Workspace The board is visible to all members of the workspace.
Public The board is public and accessible to anyone.

Usage

Used in BoardPreferences and UpdateBoardPreferencesOptions.

Clone this wiki locally