Skip to main content

Interface: CustomPickSectionItem

Represents an item that can be selected from a list of items.

Properties

content?

content?: string

A human-readable string which is rendered in a separate line.

Source

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


markDownContent?

markDownContent?: string

A human-readable string which is rendered in a separate line. (Markdown format)

Source

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


title

title: string

A human-readable string which is rendered prominent.

Source

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