<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`BasesViewConfig`](BasesViewConfig) › [`getSort`](BasesViewConfig/getSort) ## BasesViewConfig.getSort() method Retrieve the sorting config for this view. Sort is configured by the user through the sort toolbar menu. Removes invalid sort configs. If no (valid) sort config, returns an empty array. Does not validate that the properties exists. Note that data from BasesQueryResult will be presorted. 1.10.0 **Signature:** ```typescript getSort(): BasesSortConfig[]; ``` **Returns:** [`BasesSortConfig`](BasesSortConfig)`[]`