Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VariantCombination

A variant combination to show to the user in a selection UI

Hierarchy

  • QuickPickItem
    • VariantCombination

Index

Properties

Optional alwaysShow

alwaysShow: undefined | true | false

Always show this item.

Optional description

description: undefined | string

A human readable string which is rendered less prominent.

Optional detail

detail: undefined | string

A human readable string which is rendered less prominent.

keywordSettings

keywordSettings: Map<string, string>

label

label: string

A human readable string which is rendered prominent.

Optional picked

picked: undefined | true | false

Optional flag indicating if this item is picked initially. (Only honored when the picker allows multiple selections.)

see

QuickPickOptions.canPickMany

Generated using TypeDoc