Skip to main content

Interface: CustomPickItem

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

Properties

description?

optional description: string

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

Defined in

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


markDownContent

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


sections?

optional sections: CustomPickSectionItem[]

Optional sections that will be rendered in separate lines

Defined in

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


selected?

optional selected: boolean

Optional flag indicating if this item is selected initially

Defined in

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


title

title: string

A human-readable string which is rendered prominent.

Defined in

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