Skip to main content
Module

x/lume/deps/cliffy.ts>ToggleOptions

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface ToggleOptions
implements GenericPromptOptions<boolean, string>
import { type ToggleOptions } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

Generic prompt options.

Properties

optional
active: string
optional
inactive: string
optional
keys: ToggleKeys