Skip to main content

Interface: CustomPickItem

Defined in: packages/extension-api/src/extension-api.d.ts:1593

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

Properties

description?

optional description: string

Defined in: packages/extension-api/src/extension-api.d.ts:1601

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


markDownContent

markDownContent: string

Defined in: packages/extension-api/src/extension-api.d.ts:1605

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


sections?

optional sections: CustomPickSectionItem[]

Defined in: packages/extension-api/src/extension-api.d.ts:1609

Optional sections that will be rendered in separate lines


selected?

optional selected: boolean

Defined in: packages/extension-api/src/extension-api.d.ts:1613

Optional flag indicating if this item is selected initially


title

title: string

Defined in: packages/extension-api/src/extension-api.d.ts:1597

A human-readable string which is rendered prominent.