SC.DataElement (sc v1.0.2)

View Source

Represents a data element in an SCXML datamodel.

Summary

Types

t()

@type t() :: %SC.DataElement{
  document_order: integer() | nil,
  expr: String.t() | nil,
  expr_location: map() | nil,
  id: String.t(),
  id_location: map() | nil,
  source_location: map() | nil,
  src: String.t() | nil,
  src_location: map() | nil
}