We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
options
onDragDropAllow
To disambiguate the onDragDropAllow API and unify it with the API of onDragStart and onDragEnd events, we need to make the following changes:
onDragStart
onDragEnd
options.source -> options.draggedElement options.target -> options.toElement
options.source
options.draggedElement
options.target
options.toElement
options.fromElement
The text was updated successfully, but these errors were encountered:
for further info see https://github.com/surveyjs/survey-creator/pull/4580/files
Sorry, something went wrong.
work for the surveyjs/survey-library#7336
519da82
work for the #7336
720b1fb
209b63a
PR: LIBRARY: Change onDragDropAllow options (#7370)
b11fa06
* work for the #7336 * work for the #7336 * Fix descriptions --------- Co-authored-by: RomanTsukanov <[email protected]>
RomanTsukanov
dmitry-kurmanov
No branches or pull requests
To disambiguate the
onDragDropAllow
API and unify it with the API ofonDragStart
andonDragEnd
events, we need to make the following changes:options.source
->options.draggedElement
options.target
->options.toElement
options.fromElement
The text was updated successfully, but these errors were encountered: