HelpBot Assistant

How can I help you?

ResponseItemSelectEventArgs

16 Mar 20261 minute to read

Represents the event arguments for a response item click event in the InlineAIAssist component.

Properties

cancel boolean

Specifies whether the event should be canceled. true to prevent the default click action.

command CommandItemModel

Specifies the command item that was clicked.

element HTMLElement

Specifies the HTML element associated with the clicked command item.

event Event

Specifies the native browser event associated with the command item click.

name string

Specifies name of the event.