IOrderByField

Interface

Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.

Properties

Property Type Notes
field Optional string

The attribute value of the field selected that will drive the sorting of related records.

order Optional "asc" | "desc"

Set the ascending or descending sort order of the returned related records.


Interface defined in packages/arcgis-rest-types/src/webmap.ts:273