Returns the query parameters of the current URL.
// Example URL: https://scrivito.com?foo=bar Scrivito.currentPageParams(); // => { foo: 'bar' }
Params
none
Returns
Object