New to Kendo UI for Angular? Start a free 30-day trial
InlineAIPromptCommand
Defines the interface for the Inline AI Prompt commands that display in the input.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
Specifies the subcommands of the command. | |
disabled? |
|
Specifies whether the command is disabled. | |
icon? |
|
Sets the name of the font icon to render for the command. | |
id |
|
Represents the unique identifier of the command. | |
prompt? |
|
Defines the prompt that the component uses when the command executes. | |
svgIcon? |
|
Sets the name of the SVG icon to render for the command. | |
text? |
|
Specifies the command text. |