interface PromptOptions
implements DialogOptions
import { type PromptOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/dialog.ts";
Options for the prompt function.
Properties
The type of the input box. The default value is text
, when password
is specified, the input will be masked.