• 概要
@angular/cdk/drag-drop

CdkDragStart

interface

Event emitted when the user starts dragging a draggable.

API

    
      interface CdkDragStart<T = any> {}
    
    

source

CdkDrag<T>

Draggable that emitted the event.

event

MouseEvent | TouchEvent

Native event that started the drag sequence.

Jump to details