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

Struct representing one column in incident forecast UI widget.

properties

Properties:

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

Link to this section Summary

Link to this section Types

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