pointer
pointer.dragDrag
Drag from one screen point to another.
Inputs
3InputValue typeRequirementAccepted sources
Start
fromDrag start point. Value type: screen-ratio point {x, y}, where 0..1 maps to the device frame. Literal only.pointRequiredliteralEnd
toDrag end point. Value type: screen-ratio point {x, y}, where 0..1 maps to the device frame. Literal only.pointRequiredliteralDuration ms
durationMsMove duration after the initial hold. Value type: number in milliseconds. Drag presses down, holds for 1000 ms, moves for durationMs, then releases.numberOptionalliteralOutputs
3Output pathValue typeCoordinate space
data.frompointscreenRatiodata.topointscreenRatiodata.durationMsnumber—Runtime support
DesktopSupported
Android AgentSupported