FlowRunner.Simulator.Output (flow_runner v6.15.1)

Copy Markdown

The output of a state in simulator step

Summary

Types

t()

@type t() :: %FlowRunner.Simulator.Output{
  content_type: String.t() | nil,
  event_value: String.t() | nil,
  mime_type: String.t() | nil,
  raw_value: String.t() | nil,
  value: String.t() | nil
}