Home > @vsf-enterprise/bigcommerce-theme > SortOption
# SortOption interface
Sort option.
Signature:
export interface SortOption
# Properties
Property | Type | Description |
---|---|---|
attrName? | string | (Optional) Attribute name |
count? | number | (Optional) Count. |
id | string | Id. |
label? | string | (Optional) Label. |
metadata? | any | (Optional) Meta data. |
selected? | boolean | (Optional) Indicates whether sort option is selected. |
type | string | Type. |
value | any | Value. |