MCPcopy Create free account
hub / github.com/react-dnd/react-dnd / hover

Method hover

packages/react-dnd/src/createTargetFactory.js:55–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 hover() {
56 if (!spec.hover) {
57 return;
58 }
59
60 spec.hover(this.props, this.monitor, this.component);
61 }
62
63 drop() {
64 if (!spec.drop) {

Callers 3

handleTopDragEnterMethod · 0.45
handleTopDragOverMethod · 0.45
handleTopDropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected