New to Kendo UI for Angular? Start a free 30-day trial
PromptCommand
Defines the interface for the AIPrompt commands rendered in the Command view.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
Defines the child commands as an array. | |
icon? |
|
Specifies the name of the font icon to render for the command. | |
id |
|
Represents the unique identifier of the command. | |
svgIcon? |
|
Specifies the name of the SVG icon to render for the command. | |
text? |
|
Specifies the command text. |