Interface: CustomPickItem
Represents an item that can be selected from a list of items.
Properties
description?
optionaldescription:string
A human-readable string which is rendered less prominent in the same line.
Source
packages/extension-api/src/extension-api.d.ts:1093
markDownContent
markDownContent:
string
A human-readable string which is rendered in a separate line. (Markdown format)
Source
packages/extension-api/src/extension-api.d.ts:1097
sections?
optionalsections:CustomPickSectionItem[]
Optional sections that will be rendered in separate lines
Source
packages/extension-api/src/extension-api.d.ts:1101
selected?
optionalselected:boolean
Optional flag indicating if this item is selected initially
Source
packages/extension-api/src/extension-api.d.ts:1105
title
title:
string
A human-readable string which is rendered prominent.