Lab42.SimpleStateMachine v0.2.0 Lab42.SimpleStateMachine.Data View Source

Represents the matched input and all data to be passed between state machine loops

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Lab42.SimpleStateMachine.Data{
  data: any(),
  input: any(),
  matched: any()
}

Link to this section Functions