Skip to main content
Module

x/tui/src/components/combobox.ts>ComboboxComponentPrivate

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

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

Type Parameters

optional
OptionType extends string[] = string[]

Properties

label: string
optional
value: OptionType[number]

Currently selected option