Obsctl::TUI::Action
Constructors
new(kind : Obsctl::TUI::ActionKind, character : Char | Nil = nil, panel : Obsctl::TUI::FocusPanel | Nil = nil, index : Int32 | Nil = nil, sequence : Nil | String = nil)
SourceInstance methods
character
Sourceindex
Sourcekind
Sourcepanel
Pointer actions name their own target instead of acting on whatever is focused, so a click cannot be applied to the wrong panel if focus moves between the report arriving and the action running.