SortSettings

23 Sep 20251 minute to read

Holds the configuration of sort settings in kanban board.

Properties

direction SortDirection

Sort the cards. The possible values are:

  • Ascending
  • Descending

Defaults to ‘Ascending’

field string

Defines the sort field

Defaults to null

sortBy SortOrderBy

Sort the cards. The possible values are:

  • DataSourceOrder
  • Index
  • Custom

Defaults to ‘Index’