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

Last Updated: 29 November, 2022