class

Obsctl::TUI::CommandPaletteState

Inherits Reference < Object

Constructors

new(active : Bool = false, input : String = "", completions : Array(String) = [] of String, completion_index : Int32 | Nil = nil)
Source

Instance methods

active
Source
active=(active : Bool)
Source
completion_index
Source
completion_index=(completion_index : Int32 | Nil)
Source
completions
Source
completions=(completions : Array(String))
Source
cycle_next
Source
cycle_previous
Source
input
Source
input=(input : String)
Source