data{Object}
public
Custom state can be stored on a Transition's data
object. This can be useful for decorating a Transition within an earlier hook and shared with a later hook. Properties set on data
will be copied to new transitions generated by calling retry
on this transition.
Please login to continue.