Skip to main content
Module

x/lume/deps/cliffy.ts>GenericListOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface GenericListOptions
implements Omit<GenericInputPromptOptions<T, V>, UnsupportedInputOptions>
Re-export
import { type GenericListOptions } from "https://deno.land/x/lume@v1.13.2/deps/cliffy.ts";

Generic list prompt options.

Properties

optional
keys: GenericListKeys
optional
indent: string
optional
listPointer: string
optional
searchIcon: string
optional
maxRows: number
optional
searchLabel: string
optional
info: boolean