then (onFulfilled, onRejected, label) Promise
public
A standard promise hook that resolves if the transition succeeds and rejects if it fails/redirects/aborts.
Forwards to the internal promise
property which you can use in situations where you want to pass around a thennable, but not the Transition itself.
Parameters:
Returns:
-
Promise
Please login to continue.