MCPcopy Index your code
hub / github.com/plotly/dash / validateIdPatternProp

Function validateIdPatternProp

dash/dash-renderer/src/actions/dependencies.js:572–577  ·  view source on GitHub ↗
(id, property, cls, callbacks)

Source from the content-addressed store, hash-verified

570 }
571
572 function validateIdPatternProp(id, property, cls, callbacks) {
573 resolveDeps()(paths)({id, property}).forEach(dep => {
574 const {id: idResolved, path: idPath} = dep;
575 validateProp(idResolved, idPath, property, cls, callbacks);
576 });
577 }
578
579 const callbackIdsCheckedForState = {};
580

Callers 2

validateStateFunction · 0.85
validatePatternsFunction · 0.85

Calls 2

resolveDepsFunction · 0.90
validatePropFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…