Skip to content

Completion

Defined in: widgets/controls/chat/types.ts:10

One item in the completion popup.

optional detail?: string

Defined in: widgets/controls/chat/types.ts:14

Optional secondary/dimmed detail shown after the label.


label: string

Defined in: widgets/controls/chat/types.ts:12

Text shown in the popup row.


optional payload?: unknown

Defined in: widgets/controls/chat/types.ts:16

App payload carried onto a resulting chip (or available in onAccept).