W3cubDocs

/Angular

CdkDropListGroup

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;
}

disabled

boolean

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

ngOnDestroy

void
@returnsvoid

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/cdk/drag-drop/CdkDropListGroup