ActionBeginEventArgs
16 Dec 20251 minute to read
Provides detailed information about an actionBegin event.
Properties
cancel boolean
Indicates whether to cancel the current action.
name string
Specifies the name of the event.
originalEvent MouseEvent|KeyboardEvent|DragEvent
Specifies the event that initiated the action, such as mouse, keyboard, or drag events.
requestType string
Specifies the type of the current action.
selectType string
Specifies whether the selection type is a dropdown.