Skip to main content
Module

x/deno/tools/release/deps.ts>dax.MultiSelectOptions

A modern runtime for JavaScript and TypeScript.
Latest
interface dax.MultiSelectOptions
Re-export
import { type dax } from "https://deno.land/x/deno@v1.41.0/tools/release/deps.ts";
const { MultiSelectOptions } = dax;

Options for showing a selection that has multiple possible values.

Properties

message: string

Prompt text to show the user.

options: (string | MultiSelectOption)[]

Options to show the user.

optional
noClear: boolean

Whether to not clear the prompt text on selection.