Interface IDropBaseEventArgs

Hierarchy

Hierarchy (view full)

Properties

The igxDrag directive instanced on an element that entered the area of the igxDrop element

dragData: any

The data contained for the draggable element in igxDrag directive.

offsetX: number

The current position of the pointer on X axis relative to the container that initializes the igxDrop. Note: The browser might trigger the event with some delay and pointer would be already inside the igxDrop.

offsetY: number

The current position of the pointer on Y axis relative to the container that initializes the igxDrop. Note: The browser might trigger the event with some delay and pointer would be already inside the igxDrop.

originalEvent: any

Reference to the original event that caused the draggable element to enter the igxDrop element. Can be PointerEvent, TouchEvent or MouseEvent.

The owner igxDrop directive that triggered this event.

pageX: number

The current position of the pointer on X axis when the event was triggered. Note: The browser might trigger the event with some delay and pointer would be already inside the igxDrop.

pageY: number

The current position of the pointer on Y axis when the event was triggered. Note: The browser might trigger the event with some delay and pointer would be already inside the igxDrop.

startX: number

The initial position of the pointer on X axis when the dragged element began moving

startY: number

The initial position of the pointer on Y axis when the dragged element began moving