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
booleanWhether starting a dragging sequence from inside this group is disabled.
ngOnDestroy
void
@returns
void