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

Function emitChange

examples/00 Chessboard/Tutorial App/Game.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2let observer = null;
3
4function emitChange() {
5 observer(knightPosition);
6}
7
8export function observe(o) {
9 if (observer) {

Callers 2

observeFunction · 0.85
moveKnightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected