GridAIRequestConfig
Interface
Configuration for an HTTP request made by the Grid AI Assistant. Replaces direct usage of AxiosRequestConfig.
Definition
Package:@progress/kendo-react-grid
Properties
headers?
Record<string, string>
Request headers.
method?
string
HTTP method.
responseType?
"text" | "json"
Expected response type.
signal?
AbortSignal
AbortSignal for request cancellation.
withCredentials?
boolean
Whether to include credentials (cookies) in cross-origin requests.