Interface: CustomPickSectionItem
Represents an item that can be selected from a list of items.
Properties
content?
optional
content:string
A human-readable string which is rendered in a separate line.
Defined in
packages/extension-api/src/extension-api.d.ts:1581
markDownContent?
optional
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:1586
title
title:
string
A human-readable string which is rendered prominent.