'dropEffect' Syntax and Note : dropEffect « Javascript Properties « JavaScript Reference

'dropEffect' Syntax and Note

Note:

Read and write property. 
Sets the cursor type for drag and drop operation. 
This property must be accompanied by the effectAllowed property. 
    
Syntax:
    
window.event.dataTransfer.dropEffect = value

    

      
      








Related examples in the same category

1.'dropEffect' Example
2.'dropEffect' Possible Values
3.'dropEffect' is applied to