• Overview
@angular/cdk/drag-drop

DragConstrainPosition

Type Alias

Function that can be used to constrain the position of a dragged element.

API

  
    type DragConstrainPosition = (point: Point, dragRef: DragRef) => Point
  
  
Jump to details