Skip to main content

Interface: CustomPickItem

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

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

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

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

Optional sections that will be rendered in separate lines


selected?

optional selected: boolean

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

Optional flag indicating if this item is selected initially


title

title: string

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

A human-readable string which is rendered prominent.