defaultDragLayer

defaultDragLayer: undefined | React.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

Last Updated: 08 January, 2020