Interface: CustomPickItem
Represents an item that can be selected from a list of items.
Properties
description?
optional
description:string
A human-readable string which is rendered less prominent in the same line.
Defined in
packages/extension-api/src/extension-api.d.ts:1601
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:1605
sections?
optional
sections:CustomPickSectionItem
[]
Optional sections that will be rendered in separate lines
Defined in
packages/extension-api/src/extension-api.d.ts:1609
selected?
optional
selected:boolean
Optional flag indicating if this item is selected initially
Defined in
packages/extension-api/src/extension-api.d.ts:1613
title
title:
string
A human-readable string which is rendered prominent.