PromptBoxChangeEvent
Interface
The arguments for the onChange PromptBox event.
Definition
Package:@progress/kendo-react-conversational-ui
Properties
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.
value
string
The new value of the PromptBox.