You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cdk/drag-drop/drag-drop.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ by the directives:
73
73
|`.cdk-drop-list`| Corresponds to the `cdkDropList` container. |
74
74
|`.cdk-drag`| Corresponds to a `cdkDrag` instance. |
75
75
|`.cdk-drag-disabled`| Class that is added to a disabled `cdkDrag`. |
76
+
|`.cdk-drag-handle`| Class that is added to the host element of the cdkDragHandle directive. |
76
77
|`.cdk-drag-preview`| This is the element that will be rendered next to the user's cursor as they're dragging an item in a sortable list. By default the element looks exactly like the element that is being dragged. |
77
78
|`.cdk-drag-placeholder`| This is element that will be shown instead of the real element as it's being dragged inside a `cdkDropList`. By default this will look exactly like the element that is being sorted. |
78
79
|`.cdk-drop-list-dragging`| A class that is added to `cdkDropList` while the user is dragging an item. |
0 commit comments