Interface: CustomPickSectionItem
Represents an item that can be selected from a list of items.
Properties
content?
optionalcontent:string
A human-readable string which is rendered in a separate line.
Source
packages/extension-api/src/extension-api.d.ts:1020
markDownContent?
optionalmarkDownContent:string
A human-readable string which is rendered in a separate line. (Markdown format)
Source
packages/extension-api/src/extension-api.d.ts:1025
title
title:
string
A human-readable string which is rendered prominent.