SC.Transition (sc v1.0.2)

View Source

Represents a transition in an SCXML state.

Summary

Types

t()

@type t() :: %SC.Transition{
  compiled_cond: term() | nil,
  cond: String.t() | nil,
  cond_location: map() | nil,
  document_order: integer() | nil,
  event: String.t() | nil,
  event_location: map() | nil,
  source: String.t() | nil,
  source_location: map() | nil,
  target: String.t() | nil,
  target_location: map() | nil
}