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

Link to this section Summary

Link to this section Types

@type t() :: %Xstate.StateMachine.Machine{
  initial_state: String.t(),
  mapping: map(),
  modifiable_states: MapSet.t()
}