externalDrag
Index
Methods
staticexternalthe
Instructs an actor who has the ability to
BrowseTheWebto drag aPageElementand drop it on anotherPageElement.Call
.to(...)to specify the destination.Parameters
externaldraggable: Answerable<PageElement<any>>
The element that will be dragged
Returns Drag
externalto
Instructs an actor who has the ability to
BrowseTheWebto drag aPageElementand drop it on anotherPageElement.Parameters
externaldestination: Answerable<PageElement<any>>
The element to drop it on
Returns Interaction
Instructs an actor who has the ability to
BrowseTheWebto drag aPageElementand drop it on anotherPageElement.Example HTML with draggable element and drop zone
Page Elements for draggable and drop zone
Dragging and dropping the element
Learn more
BrowseTheWeb