New to KendoReact? Learn about KendoReact Free.
GridAIResponse
Updated on May 5, 2026
Normalized HTTP response returned by the Grid AI Assistant. Replaces direct usage of AxiosResponse.
| Name | Type | Default | Description |
|---|---|---|---|
config? |
|
Request configuration. Included for backward compatibility with AxiosResponse. | |
data |
|
Parsed response body. | |
headers |
|
Response headers. | |
request? |
|
The underlying request object. Included for backward compatibility with AxiosResponse. | |
status |
|
HTTP status code. | |
statusText |
|
HTTP status text. |