CardSettings

23 Sep 20251 minute to read

Holds the configuration of card settings in kanban board.

Properties

contentField string

Defines the card content text

Defaults to null

footerCssField string

Defines the card icons

Defaults to null

grabberField string

Defines the card color

Defaults to null

headerField string

Defines the card header text

Defaults to null

selectionType SelectionType

It defines the card selection type, which accepts either of the following values.

  • Single
  • Multiple
  • None

Defaults to ‘Single’

showHeader boolean

Show or hide the card header

Defaults to true

tagsField string

Defines the card content labels

Defaults to null

template string|Function

Defines the card template

Defaults to null