ListBoxItemNavigateEvent
Interface
The event that is triggered when a keyboard navigation action is performed.
Definition
Package:@progress/kendo-react-listbox
Properties
actionName?
string
The name of the action that was performed.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.