GridToolbarAIProps
Name | Type | Default | Description |
---|---|---|---|
gridAIPrompt? |
|
Customizes the AI prompt component. jsx
| |
icon? |
|
Defines the icon rendered in the GridToolbarAI tool (see example). jsx
| |
onCloseWindow? |
|
The method that will be called to close the column menu. jsx
| |
onPromptRequest? |
|
Called before the request is sent. jsx
| |
onResponseError? |
|
Called when the response returns an error. jsx
| |
onResponseSuccess? |
|
Called when the response is received. jsx
| |
requestOptions? |
|
Defines the options for the axios request. jsx
| |
requestUrl? |
|
Defines the URL to which the request will be sent. jsx
| |
role? |
|
Defines the user role for the request. Defaults to 'user'. jsx
| |
show? |
|
Specifies if the popup will be displayed. jsx
| |
svgIcon? |
|
Defines the SVG icon rendered in the GridToolbarAI tool (see example). jsx
|