IDropDroppedEventArgs

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

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

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

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

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

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

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

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

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

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

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