Represents an item that can be selected from a list of items.

Fields

@:optionaloptionalpicked:Null<Bool>

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

@link QuickPickOptions.canPickMany}

See also:

  • {

label:String

A human-readable string which is rendered prominent. Supports rendering of {@link ThemeIcon theme icons} via the $(<name>)-syntax.

@:optionaloptionaldetail:Null<String>

A human-readable string which is rendered less prominent in a separate line. Supports rendering of {@link ThemeIcon theme icons} via the $(<name>)-syntax.

@:optionaloptionaldescription:Null<String>

A human-readable string which is rendered less prominent in the same line. Supports rendering of {@link ThemeIcon theme icons} via the $(<name>)-syntax.

@:optionaloptionalalwaysShow:Null<Bool>

Always show this item.