Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2.2/deps/cliffy.ts";

Generic prompt options.

Properties

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