MCPcopy
hub / github.com/palantir/plottable / clickPoint

Function clickPoint

test/interactions/clickInteractionTests.ts:59–61  ·  view source on GitHub ↗
(point: Plottable.Point, mode: TestMethods.InteractionMode = TestMethods.InteractionMode.Mouse)

Source from the content-addressed store, hash-verified

57 }
58
59 function clickPoint(point: Plottable.Point, mode: TestMethods.InteractionMode = TestMethods.InteractionMode.Mouse) {
60 clickPointWithMove(point, point, mode);
61 }
62
63 function clickPointWithMove(clickStartPoint: Plottable.Point,
64 clickEndPoint: Plottable.Point,

Callers 2

doubleClickPointWithMoveFunction · 0.85

Calls 1

clickPointWithMoveFunction · 0.85

Tested by

no test coverage detected