GridAIResponseResult
Interface
Represents the result of processing an AI response. Contains the updated grid state and any messages to display.
Definition
Package:@progress/kendo-react-grid
Properties
messages
string[]
Array of user-friendly messages describing what changes were made. Can be displayed to users as feedback.
shouldExportPdf
boolean
Indicates whether the AI triggered a PDF export. Handle this separately as it's an action, not state.
The updated grid state after processing AI commands. Spread this into your Grid component props.