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
Function called on the target component on drag end to copy an element when it is added by dropping. The unique argument is the viewModel element to be copied and the returned value is the element to be added.
Note that it differs from the clone props that is called on the source component and the drag start.
The text was updated successfully, but these errors were encountered:
Proposed props:
copyOnAdd
Type: Function
Required: false
Default: (original) => { return original;}
Function called on the target component on drag end to copy an element when it is added by dropping. The unique argument is the viewModel element to be copied and the returned value is the element to be added.
Note that it differs from the clone props that is called on the source component and the drag start.
The text was updated successfully, but these errors were encountered: