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
change
as described here https://github.com/SortableJS/Vue.Draggable#events
all other events seems to be from Sortable and have typings https://github.com/DefinitelyTyped/DefinitelyTyped/blob/55e8d53164cd8ee5411a3e5769a1fe4d855bea51/types/sortablejs/index.d.ts#L113
Sortable
however the change event does not come from Sortable and I havent found its type in https://github.com/SortableJS/Vue.Draggable/blob/master/src/vuedraggable.d.ts
I'd rather use a typing instead of resorting to any
any
PS: as recommended, I tried to get an answer on stackoverflow, but didn't get any
The text was updated successfully, but these errors were encountered:
No branches or pull requests
as described here https://github.com/SortableJS/Vue.Draggable#events
all other events seems to be from
Sortable
and have typingshttps://github.com/DefinitelyTyped/DefinitelyTyped/blob/55e8d53164cd8ee5411a3e5769a1fe4d855bea51/types/sortablejs/index.d.ts#L113
however the
change
event does not come fromSortable
and I havent found its type inhttps://github.com/SortableJS/Vue.Draggable/blob/master/src/vuedraggable.d.ts
I'd rather use a typing instead of resorting to
any
PS: as recommended, I tried to get an answer on stackoverflow, but didn't get any
The text was updated successfully, but these errors were encountered: