Members
query :number|string|QueryFunction
When set to a number it represents the position in the function's arguments that is the query string. If a string, it is the query to be executed. Otherwise, if it is a function, it will be passed the arguments and must return the query string.
Type:
- number |
string | QueryFunction
- Source