IDropBaseEventArgs
Properties
Section titled "Properties"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
dragData
Section titled "dragData"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
offsetX
Section titled "offsetX"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
offsetY
Section titled "offsetY"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
originalEvent
Section titled "originalEvent"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
owner
Section titled "owner"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
pageX
Section titled "pageX"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
pageY
Section titled "pageY"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
startX
Section titled "startX"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
startY
Section titled "startY"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