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<TValue, TRawValue>, UnsupportedInputOptions>
Re-export
import { type GenericListOptions } from "https://deno.land/x/lume@v2.1.2/deps/cliffy.ts";

Generic list prompt options.

Type Parameters

TValue
TRawValue

Properties

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