IDropDroppedEventArgs
Properties
Section titled "Properties"cancel
Section titled "cancel"Specifies if the default drop logic related to the event should be canceled.
cancel: boolean Defined in projects/igniteui-angular/directives/src/directives/drag-drop/drag-drop.directive.ts:92
Inherited from: 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
dragData
Section titled "dragData"Inherited from: IDropBaseEventArgs
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"Inherited from: IDropBaseEventArgs
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"Inherited from: IDropBaseEventArgs
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"Inherited from: IDropBaseEventArgs
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"Inherited from: IDropBaseEventArgs
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"Inherited from: IDropBaseEventArgs
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"Inherited from: IDropBaseEventArgs
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"Inherited from: IDropBaseEventArgs
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"Inherited from: IDropBaseEventArgs
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