View Source Exray.Structs.AutomationEvent (Exray v0.1.0)

Summary

Types

@type t() :: %Exray.Structs.AutomationEvent{
  frame: non_neg_integer(),
  params: [integer()] | nil,
  type: non_neg_integer()
}