Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 541 Bytes

Transition.md

File metadata and controls

25 lines (15 loc) · 541 Bytes

API: Transition (object)

A Transition object is sent to the transition hooks 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.