HelpBot Assistant

How can I help you?

CommandItemSelectEventArgs

16 Mar 20261 minute to read

Represents the event arguments for a Command item click event in the Inline AI Assist 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.