Skip to main content
Module

x/lume/deps/cliffy.ts>GenericInputKeys

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface GenericInputKeys
implements GenericPromptKeys
Re-export
import { type GenericInputKeys } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

Input keys options.

Properties

optional
moveCursorLeft: string[]
optional
moveCursorRight: string[]
optional
deleteCharLeft: string[]
optional
deleteCharRight: string[]