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

Method offPointerMove

src/interactions/pointerInteraction.ts:107–110  ·  view source on GitHub ↗

* Removes a callback that would be called when the pointer moves within the Component. * * @param {PointerCallback} callback * @return {Interactions.Pointer} The calling Pointer Interaction.

(callback: PointerCallback)

Source from the content-addressed store, hash-verified

105 * @return {Interactions.Pointer} The calling Pointer Interaction.
106 */
107 public offPointerMove(callback: PointerCallback) {
108 this._pointerMoveCallbacks.delete(callback);
109 return this;
110 }
111
112 /**
113 * Adds a callback to be called when the pointer exits the Component.

Callers 2

runFunction · 0.95

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected