PrintEventArgs
16 Dec 20251 minute to read
Provides detailed information about a Print event in the Rich Text Editor (RTE).
Properties
cancel boolean
Indicates whether to cancel the current action.
element Element
Defines the Rich Text Editor (RTE) element associated with the Print event.
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.