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

Function handleObject

dash/dash-renderer/src/wrapper/DashWrapper.tsx:256–262  ·  view source on GitHub ↗
(obj: any, opath: DashLayoutPath)

Source from the content-addressed store, hash-verified

254 childNewRender = {};
255 }
256 const handleObject = (obj: any, opath: DashLayoutPath) => {
257 return mapObjIndexed(
258 (node, k) =>
259 wrapChildrenProp(node, [...opath, k], childNewRender),
260 obj
261 );
262 };
263
264 if (childrenProp.includes('.')) {
265 let childrenPath: DashLayoutPath = childrenProp.split('.');

Callers 1

setHydratedPropsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…