RUM JavaScript API - 1.333.0
Preparing search index...
Types
RUMUserInteractionDragEventContext
Interface RUMUserInteractionDragEventContext
The event context provided for drag user interaction events.
See
RUMDragActionEvent
interface
RUMUserInteractionDragEventContext
{
dragEndEvent
:
DragEvent
;
dragStartEvent
:
DragEvent
;
dropEvent
?:
DragEvent
;
subType
:
DRAG
;
type
:
USER_INTERACTION
;
}
Hierarchy (
View Summary
)
BaseEventContext
RUMUserInteractionDragEventContext
Index
Properties
drag
End
Event
drag
Start
Event
drop
Event?
sub
Type
type
Properties
drag
End
Event
dragEndEvent
:
DragEvent
drag
Start
Event
dragStartEvent
:
DragEvent
Optional
drop
Event
dropEvent
?:
DragEvent
sub
Type
subType
:
DRAG
type
type
:
USER_INTERACTION
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
drag
End
Event
drag
Start
Event
drop
Event
sub
Type
type
RUM JavaScript API - 1.333.0
Loading...
The event context provided for drag user interaction events.
See
RUMDragActionEvent