OptionaldefaultOptionalqueryThe query params will be added as property/values to this object.
So, the query string ?foo=bar&bar=foo will result in:
{
   foo: "bar",
   bar: "foo"
}
This object will be assigned to the queryParams property.
The properties on this object will be assigned to the queryParams result when the given property name is not part of the query string.