# ColumnSortState

> _Since v0.1.1_

Sort state for a column.
Used within ColumnState to track sort direction and priority.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `direction` | <code>desc &#124; asc</code> | Sort direction |
| `priority` | <code>number</code> | Priority for multi-sort (0 = primary, 1 = secondary, etc.) |

## See Also

- [`ColumnState`](/grid/api/core/interfaces/columnstate.md) for column state persistence
- [`SortChangeDetail`](/grid/api/core/interfaces/sortchangedetail.md) for sort change events
