New to KendoReact? Start a free 30-day trial
ActionType
The button type of the quick action (see examples).
openUrl
—Opens a new browser window with the specified URL.reply
—Sends the action value as a reply in the Chat.call
—Treats a value as a phone number.
Similar to clicking a telephone link.
- other—
Handled by user code in the ExecuteActionEvent
.
type
ActionType = "openUrl" | "reply" | "call" | any
;