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>
import { type GenericListOptions } from "https://dotland.deno.dev/x/lume@v2.2.1/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
import GenericListOptions
import { GenericListOptions } from "https://dotland.deno.dev/x/lume@v2.2.1/deps/cliffy.ts";