Represents an item that can be selected from a list of items.
Fields
optionalpicked: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.
optionaldetail: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.
optionaldescription: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.