Home > @vsf-enterprise/commercetools > ConfigSortingOptions
# ConfigSortingOptions interface
Sorting options available to the user
Signature:
export interface ConfigSortingOptions
# Properties
| Property | Type | Description |
|---|---|---|
| direction | SortingDirection | Sorting direction |
| facet | string | Name of the field to sort by. For more information refer to this page (opens new window) |
| id | string | Unique identifier |
| name | string | Label displayed to the user |