query-params (hash) Object
public
This is a helper to be used in conjunction with the link-to helper. It will supply url query parameters to the target route.
Example
{{#link-to 'posts' (query-params direction="asc")}}Sort{{/link-to}}
Parameters:
-
hash
Object
- takes a hash of query parameters
Returns:
-
Object
- A `QueryParams` object for `{{link-to}}`
Please login to continue.