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

'effectAllowed' Syntax and Note

Note:

Read and write property. 
Sets the data transfer operation. 
This property must be accompanied by the dropEffect property. 
    
Syntax:
    
window.event.dataTransfer.effectAllowed = value

    

      
      








Related examples in the same category

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