class

Velvet::Prompts::MultiMenu

Inherits Reference < Object

Constants

CTRL_C = "\u0003"
DOWN = "\e[B"
ESC = "\e"
SPACE = " "
UP = "\e[A"

Constructors

new(label : String, choices : Array(String), selected : Array(String), status_text : String | Nil = nil)
Source

Instance methods