You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kind of similar to Roact.Component.shouldUpdate - Will allow you to control whether or not messages are passed from the source to the target.
This gives global control of drop behaviour, rather than individual control like DropTarget.CanDrop.
interfaceDragDropContextOptions{// This function allows controlling whether or not dropping works between target and sourceshouldDrop?: (target: DragTarget,source: DragSource)=>boolean;}
The text was updated successfully, but these errors were encountered:
Kind of similar to Roact.Component.shouldUpdate - Will allow you to control whether or not messages are passed from the source to the target.
This gives global control of drop behaviour, rather than individual control like
DropTarget.CanDrop
.The text was updated successfully, but these errors were encountered: