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

Function getVal

dash/dash-renderer/src/persistence.js:294–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293 const element = Registry.resolve(layout);
294 const getVal = prop =>
295 props[prop] ||
296 (element.defaultProps || element.dashPersistence || {})[prop];
297 const persisted_props = getVal('persisted_props');
298 const persistence_type = getVal('persistence_type');
299 const canPersist = id && persisted_props && persistence_type;

Callers 1

getPropsFunction · 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…