Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuickPickValue<V>

Type parameters

  • V

Hierarchy

Index

Properties

Optional alwaysShow

alwaysShow: boolean

Optional ariaLabel

ariaLabel: string

Optional buttons

buttons: QuickInputButton[]

Optional description

description: string

Optional detail

detail: string

Optional execute

execute: () => void

Type declaration

    • (): void
    • Returns void

Optional highlights

Optional iconClasses

iconClasses: string[]

Optional id

id: string

Optional keySequence

keySequence: KeySequence

label

label: string

Optional meta

meta: string

Optional type

type: "item" | "separator"

value

value: V