Board view customizations

Build custom cards

You can use Board formatter to define a totally custom layout of field values inside a card using the same syntax used in Column Formatting.

Detailed syntax reference

hideSelection

Optional element. Specifies whether the ability to select cards in the view is disabled or not. false is the default behavior inside a board view (meaning selection is visible and enabled). true means that users will not be able to select list items.

formatter

JSON object that defines the layout of cards. The schema of this JSON object is identical to the schema of a column format (and that of rowFormatter). For details on this schema and its capabilities, see the Formatting syntax reference.

commandBarProps

Groups the command bar customization options. For details on commandBarProps, see Command bar customization syntax reference

See also