Skip to main content

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:1354


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:1359


title

title: string

A human-readable string which is rendered prominent.

Defined in

packages/extension-api/src/extension-api.d.ts:1349