import { GenericList } from "https://deno.land/x/cliffy@v0.14.2/prompt/mod.ts";
Methods
protected
clear()protected
getOptionByValue(value: string)protected
height()protected
read(): Promise<boolean>protected
selectNext(): Promise<void>protected
selectPrevious(): Promise<void>protected
setPrompt(message: string)protected
abstract
writeListItem(item: GenericListOptionSettings, isSelected?: boolean): voidprotected
writeListItems()Static Methods
protected
mapItem(item: GenericListOption): GenericListOptionSettingsprotected
mapValues(optValues: GenericListValueOptions): GenericListOption[]separator(label?): GenericListOption