View Source Xstate.StateMachine.Transitions (xstate v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Xstate.StateMachine.Transitions{
  before: (... -> any()) | nil,
  callback: (... -> any()) | nil,
  target: String.t()
}