Trying to determine the type of a change
event from Vue.Draggable
, as per the documentation provided on
https://github.com/SortableJS/Vue.Draggable
Struggling to find its definition, the event seems to have a specific payload according to the documentation available at https://github.com/SortableJS/Vue.Draggable#events
An example showcasing this can be found here: https://github.com/SortableJS/Vue.Draggable/issues/338#issuecomment-361723458
The event is not present in their definition file located at https://github.com/SortableJS/Vue.Draggable/blob/master/src/vuedraggable.d.ts
Due to my limited knowledge in typescript, I might be overlooking something. Is there any other source or resource worth exploring for this information?