class
Obsctl::TUI::CommandPaletteState
- Obsctl::TUI::CommandPaletteState
- Reference
- Object
Defined in:
obsctl/tui/model.crConstructors
Instance Method Summary
- #active : Bool
- #active=(active : Bool)
- #completion_index : Int32 | Nil
- #completion_index=(completion_index : Int32 | Nil)
- #completions : Array(String)
- #completions=(completions : Array(String))
- #cycle_next
- #cycle_previous
- #input : String
- #input=(input : String)
Constructor Detail
def self.new(active : Bool = false, input : String = "", completions : Array(String) = [] of String, completion_index : Int32 | Nil = nil)
#