Skip to main content

Interface: CustomPickItem

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

Properties

description?

description?: string

A human-readable string which is rendered less prominent in the same line.

Source

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


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


sections?

sections?: CustomPickSectionItem[]

Optional sections that will be rendered in separate lines

Source

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


selected?

selected?: boolean

Optional flag indicating if this item is selected initially

Source

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


title

title: string

A human-readable string which is rendered prominent.

Source

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