View Source Runbox.Scenario.Manifest.IncidentFrame (runbox v13.0.3)

Struct representing one column in incident forecast UI widget.

Properties:

  • :name displayed column name
  • :since time frame start interval in ms
  • :till time frame end interval in ms

Summary

Types

@type t() :: %Runbox.Scenario.Manifest.IncidentFrame{
  name: String.t(),
  since: integer() | nil,
  till: integer() | nil
}