React DataGrid - AIAssistantRequestCreatingEvent

The argument type in the aIAssistantRequestCreating event.

import { DataGridTypes } from "devextreme-react/data-grid"
Type: DataGridTypes.AIAssistantRequestCreatingEvent
Accepted Values: 'context' | 'responseSchema' | 'additionalInfo'

In addition to the fields described in this section, AIAssistantRequestCreatingEvent includes the following fields:

  • additionalInfo: Additional information included in the AI Assistant request.
  • context: DataGrid context included in the AI Assistant request, such as data and component state information.
  • responseSchema: The JSON schema for the AI Assistant response.

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Type:

DataGrid

element

The UI component's container.