ToolCallActionEvent
Interface
The arguments for the onAction event of the ToolCall component, fired when
the user clicks the Approve or Reject button.
Definition
Package:@progress/kendo-react-conversational-ui
Properties
Which action the user took.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
target
HTMLButtonElement
An event target.