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.
Defined in
packages/extension-api/src/extension-api.d.ts:1380
markDownContent
markDownContent:
string
A human-readable string which is rendered in a separate line. (Markdown format)
Defined in
packages/extension-api/src/extension-api.d.ts:1384
sections?
optionalsections:CustomPickSectionItem[]
Optional sections that will be rendered in separate lines
Defined in
packages/extension-api/src/extension-api.d.ts:1388
selected?
optionalselected:boolean
Optional flag indicating if this item is selected initially
Defined in
packages/extension-api/src/extension-api.d.ts:1392
title
title:
string
A human-readable string which is rendered prominent.