The state which will be restored from layout tracker.

interface ISortState {
    sortDirection: -1 | 1;
    sortKey?: null | string;
}

Properties

sortDirection: -1 | 1
sortKey?: null | string