# MultiSortChangeDetail

> _Since v1.25.0_

Event detail emitted by multi-sort's `sort-change` event. Replaces the core `SortChangeDetail` with the full sort model. *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `sortModel` | <code><a href="/grid/plugins/multi-sort/interfaces/sortmodel/">SortModel</a>[]</code> | The complete sort model — ordered list of sort columns by precedence. |
