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