Skip to main content
Module

x/tui/src/components/mod.ts>ComboboxComponentOptions

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
interface ComboboxComponentOptions
implements ComponentOptions
import { type ComboboxComponentOptions } from "https://deno.land/x/tui@1.3.4/src/components/mod.ts";

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

Type Parameters

optional
OptionType extends string[] = string[]

Properties

rectangle: Rectangle
optional
label: string

Text displayed on combobox by default

options: OptionType

Possible values of combobox