Home > @poq/sdk-sfcc > Sort > (constructor)
Constructs a new instance of the Sort class
Signature:
constructor(params?: {
field: string;
sortOrder?: SortSortOrderEnum;
});
| Parameter | Type | Description |
|---|---|---|
| params | { field: string; sortOrder?: SortSortOrderEnum; } | (Optional) |