Statifier.Actions.SendParam (statifier v1.5.0)

View Source

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

The <param> element provides key-value pairs to include with the event data. Must specify either expr or location, but not both.

Summary

Types

t()

@type t() :: %Statifier.Actions.SendParam{
  expr: String.t() | nil,
  location: String.t() | nil,
  name: String.t() | nil,
  source_location: map() | nil
}