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:60

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:62

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:81

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:86

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:56

The owner igxDrop directive that triggered this event.

owner: IgxDropDirective

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

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:71

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:76

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:64

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:66