Runbox.Scenario.Manifest.Incident (runbox v7.0.1)

Struct representing incident manifest

Link to this section Summary

Link to this section Types

@type t() :: %Runbox.Scenario.Manifest.Incident{
  actors: [String.t()],
  frames: [Runbox.Scenario.Manifest.IncidentFrame.t()],
  name: String.t()
}