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