API Reference > ui-framework > DragDrop > DragDropLayerManager DragDropLayerManager Class Deprecated Beta Drag/Drop Layer Manager class. Methods Name Description constructor(): DragDropLayerManager getActiveLayer(): undefined | ComponentType<DragLayerProps<any>> Static Gets the DragLayer component of the currently active type. getType(): undefined | string Static Gets the currently active drag type. registerTypeLayer(type: string, layer: ComponentType<DragLayerProps<any>>): void Static Registers a new DragLayer for the given type. setType(type: undefined | string): void Static Sets the current type. Properties Name Type Description onDragDropLayerChangedEvent Accessor StaticReadOnly DragDropLayerChangedEvent Defined in ui/framework/src/ui-framework/dragdrop/DragDropLayerManager.tsx Line 34 Last Updated: 11 June, 2024