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

Method onPointerExit

src/interactions/pointerInteraction.ts:118–121  ·  view source on GitHub ↗

* Adds a callback to be called when the pointer exits the Component. * * @param {PointerCallback} callback * @return {Interactions.Pointer} The calling Pointer Interaction.

(callback: PointerCallback)

Source from the content-addressed store, hash-verified

116 * @return {Interactions.Pointer} The calling Pointer Interaction.
117 */
118 public onPointerExit(callback: PointerCallback) {
119 this._pointerExitCallbacks.add(callback);
120 return this;
121 }
122
123 /**
124 * Removes a callback that would be called when the pointer exits the Component.

Callers 9

runFunction · 0.95
runFunction · 0.95
runFunction · 0.95
runFunction · 0.95
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected