Drag n Drop into an empty ListView generates dnd.drop.items.drop event with next information in second argument of typeojListView.ItemsDropContext
position: undefined
But it is not documented and TypeScript types are describing position as not undefined.
It is not expected behavior since position type is not undefined.
Drag n Drop into an empty ListView generates
dnd.drop.items.dropevent with next information in second argument of typeojListView.ItemsDropContextposition:
undefinedBut it is not documented and TypeScript types are describing
positionas not undefined.It is not expected behavior since position type is not undefined.