• Overview
@angular/cdk/drag-drop

CdkDropListGroup

Class

Declaratively connects sibling cdkDropList instances together. All of the cdkDropList elements that are placed inside a cdkDropListGroup will be connected to each other automatically. Can be used as an alternative to the cdkDropListConnectedTo input from cdkDropList.

API

  
    class CdkDropListGroup<T> implements OnDestroy {}
  
  

disabled

boolean

Whether starting a dragging sequence from inside this group is disabled.

ngOnDestroy

void
@returnsvoid
Jump to details