API Reference > ui-components > DragDrop > DragSourceProps > defaultDragLayer defaultDragLayer defaultDragLayer: undefined | ComponentType<DragLayerProps<DragDropObject>> Specifies a default DragLayer component to display as a drag preview. This property is dependent on the DragDropLayerManager in ui-framework. The DragLayer is ultimately rendered using the DragDropLayerRendererComponent, which must exist within the app that is used. Component may be overridden if another DragLayer is registered for the given type using the DragDropLayerManager in ui-framework. Defined in ui/components/src/ui-components/dragdrop/DragDropDef.ts Line 74 Last Updated: 11 June, 2024