CommandInterface
Interface
An interface for the command in the Command view.
Definition
Package:@progress/kendo-react-conversational-ui
Properties
Collection with nested commands.
id
string
The unique identifier of the command.
Optional prompt function that takes selected text and returns a formatted prompt. This is used by default commands and can be used by custom commands.
Parameters:selectionstringReturns:
string
svgIcon?
SVGIcon
Specifies the name of the SVG icon that will be rendered for the command.
text
string
Specifies the command text.