Statifier.Actions.SendContent (statifier v1.9.0)

View Source

Represents a <content> child element of <send> in SCXML.

The <content> element specifies inline content as event data. Can contain either literal content or an expression.

Summary

Types

t()

@type t() :: %Statifier.Actions.SendContent{
  content: String.t() | nil,
  expr: String.t() | nil,
  source_location: map() | nil
}