src/lib/shared/interfaces/selected-sort-attribute.interface.ts
Interface for selected sort attribute.
Properties |
|
| attribute |
attribute:
|
Type : IAttributeItem
|
|
The attribute selected for the sort. |
| attributeSelectOptions |
attributeSelectOptions:
|
Type : IAttributeItem[]
|
|
The options for the selection of the select in the attribute. |
| sortAttribute |
sortAttribute:
|
Type : ISortAttributesInput
|
| Optional |
|
The possible sort selection for the attribute. |