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

Method onPointerEnter

src/interactions/pointerInteraction.ts:74–77  ·  view source on GitHub ↗

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

(callback: PointerCallback)

Source from the content-addressed store, hash-verified

72 * @return {Interactions.Pointer} The calling Pointer Interaction.
73 */
74 public onPointerEnter(callback: PointerCallback) {
75 this._pointerEnterCallbacks.add(callback);
76 return this;
77 }
78
79 /**
80 * Removes a callback that would be called when the pointer enters the Component.

Callers 2

runFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected