ColumnSortSettings
Union
Defines the settings for sorting a TreeList column. Use this type to configure sorting options such as allowing unsort and setting the initial direction.
Possible values:
boolean- { allowUnsort?: boolean; initialDirection?: "asc" | "desc" }