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 appui-react. 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 appui-react.

Defined in

Last Updated: 20 June, 2023