IDropBaseEventArgs

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

drag: IgxDragDirective

Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:61

The data contained for the draggable element in igxDrag directive.

dragData: any

Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:63

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.

offsetX: number

Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:82

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.

offsetY: number

Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:87

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

originalEvent: any

Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:57

The owner igxDrop directive that triggered this event.

owner: IgxDropDirective

Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:59

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.

pageX: number

Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:72

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.

pageY: number

Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:77

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

startX: number

Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:65

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

startY: number

Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:67