Skip to main content
Module

x/tui/src/components/combobox.ts

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
import * as tui from "https://deno.land/x/tui@1.3.4/src/components/combobox.ts";

Classes

Component that allows user to input value by selecting one from available options. If label isn't provided then first value from options will be used.

Interfaces

Interface defining object that {ComboboxComponent}'s constructor can interpret

Complementary interface defining what's accessible in {ComboboxComponent} class in addition to {ComboboxComponentOptions}

Type Aliases

EventMap that {ComboboxComponent} uses

Implementation for {ComboboxComponent} class