AIPromptProps
The props of the AIPrompt component.
Name | Type | Default | Description |
---|---|---|---|
activeView |
|
Name of the active view. | |
children? |
|
Specifies the AIPrompt children elements. | |
dir? |
|
Represents the | |
onActiveViewChange? |
|
The onActiveViewChange event handler of the KendoReact AIPrompt component. Fires when active view is changed. Exposes the name of the new active view as event data. | |
onCommandExecute? |
|
The onCommandExecute event handler of the KendoReact AIPrompt component. Fires each time the user clicks a command in the Command view. Exposes the selected command as event data. | |
onPromptRequest? |
|
The onPromptRequest event handler of the KendoReact AIPrompt component.
Fires when user clicks the | |
outputs? |
|
The collection of generated prompt outputs that will be rendered in the Output view. | |
promptPlaceholder? |
|
The placeholder text for the Prompt view textarea. | |
style? |
|
The styles that are applied to the component. | |
toolbarItems? |
|
Collection with items that will override the default Toolbar items. |