TermUI.Event.Tick (TermUI v1.0.0)
View SourceHost-created timer tick event.
Represents timing metadata for animations and time-based updates. The 1.0
runtime's Command.timer/2 and Command.interval/2 deliver their configured
messages; they do not construct %Event.Tick{} automatically.
Summary
Types
@type t() :: %TermUI.Event.Tick{interval: pos_integer(), timestamp: integer()}