Router Object

Defined in: ui/shared/core/Router.js

Routing APIs for the app.

Public Static Members

voidupdateQuery(Object)

Static Method Documentation

    updateQuery(newQuery: Object)

    Update the query string to reflect the new given key/value pairs. This will trigger a re-transition of the current route.

    Parameters (1)

    newQuery
    Object

    The query parameters.