MCPcopy
hub / github.com/PowerShell/vscode-powershell / ICheckboxQuickPickItem

Interface ICheckboxQuickPickItem

src/controls/checkboxQuickPick.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 "Select 'Confirm' to confirm or press 'Esc' key to cancel";
11
12export interface ICheckboxQuickPickItem {
13 label: string;
14 description?: string;
15 isSelected: boolean;
16}
17
18export interface ICheckboxQuickPickOptions {
19 confirmPlaceHolder: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected