Can we use the position value to locate an element? #2464
windyliu1118
started this conversation in
General
Replies: 1 comment
-
Nope there is no way to locate the element by position.. but the dragAndDrop api can be used to drop a draggable element to given range |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I want to drag some range on the calendar page, is there a way to locate an valid element by using the position x and y values?
like, `dragAndDrop({x: 100, y: 200})
Beta Was this translation helpful? Give feedback.
All reactions