W3cubDocs

/Dojo

dojo/store/api/Store.QueryOptions

Summary

Optional object with additional parameters for query results.

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

© 2005–2017 JS Foundation
Licensed under the AFL 2.1 and BSD 3-Clause licenses.
http://dojotoolkit.org/api/1.10/dojo/store/api/Store.QueryOptions.html