dojo/store/api/Store.QueryOptions (version 1.10)

Summary

Optional object with additional parameters for query results.

Property Summary

  • countThe number of how many results should be returned.
  • sortA list of attributes to sort on, as well as direction For example: [{attribute:"price, descending: true}].
  • startThe first result to begin iteration on

Properties

count
Defined by: dojo/store/api/Store

The number of how many results should be returned.

sort
Defined by: dojo/store/api/Store

A list of attributes to sort on, as well as direction For example:

[{attribute:"price, descending: true}].

If the sort parameter is omitted, then the natural order of the store may be

applied if there is a natural order.

start
Defined by: dojo/store/api/Store

The first result to begin iteration on

Error in the documentation? Can’t find what you are looking for? Let us know!