QueryJSON interface
QueryJSON represents a single store Query.
Signature:
export interface QueryJSON
Properties
| Property | Type | Description |
|---|---|---|
| ands? | CriterionJSON[] | (Optional) |
| index? | string | (Optional) |
| limit? | number | (Optional) |
| ors? | QueryJSON[] | (Optional) |
| seek? | string | (Optional) |
| skip? | number | (Optional) |
| sort? | SortJSON | (Optional) |