Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

[feature request] typing for `change` event

Open MathieuDerelle opened this issue 2 years ago • 0 comments

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

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

image

PS: as recommended, I tried to get an answer on stackoverflow, but didn't get any

MathieuDerelle avatar Nov 03 '23 13:11 MathieuDerelle