Home > @vsf-enterprise/bigcommerce-theme > UseSortOptionsInterface
# UseSortOptionsInterface interface
Data returned from the useSortOptions() composable
Signature:
export interface UseSortOptionsInterface
# Properties
Property | Type | Description |
---|---|---|
selected | ComputedRef<string> | Selected sort option based on the route. |
sortOptions | ComputedRef<SortOption[]> | Available sort options. |