Completion
Defined in: widgets/controls/chat/types.ts:10
One item in the completion popup.
Properties
Section titled “Properties”detail?
Section titled “detail?”
optionaldetail?: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.
payload?
Section titled “payload?”
optionalpayload?:unknown
Defined in: widgets/controls/chat/types.ts:16
App payload carried onto a resulting chip (or available in onAccept).