1. @sitecore-cloudsdk/search/browser

SortingOptions

Version:

Type

Type

Import path

@sitecore-cloudsdk/search/browser

Whether to sort values in an ascending ("asc") or descending ("desc") order.

Signature

export type SortingOptions = "asc" | "desc";

Examples

"asc"
"desc"
If you have suggestions for improving this article, let us know!