CommandItemInterface
Interface
An interface for the command item.
Definition
Package:@progress/kendo-react-conversational-ui
Properties
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.