webappengine
Version:
A web application platform that can host multiple web apps running with Node.js.
23 lines (13 loc) • 450 B
Markdown
A `Transition` object is sent to the [transition
hooks][transition-hooks] of a `RouteHandler` as the first argument.
Methods
-------
### `abort()`
Aborts a transition.
### `redirect(to, params, query)`
Redirect to another route.
### `retry()`
Retries a transition. Typically you save off a transition you care to
return to, finish the workflow, then retry. This does not create a new
entry in the browser history.
[transition-hooks]:#TODO