View Source Runbox.Scenario (runbox v17.1.0)
Holds information about scenario.
Instances of this struct are created internally by Runbox. It is documented only because other public APIs may optionally consume this struct.
Summary
Types
@type t() :: %Runbox.Scenario{ manifest: Runbox.Scenario.Manifest.t(), opts: map(), templates: [Runbox.ScenarioTemplate.t()] }