MCPcopy
hub / github.com/plotly/dash / getValsKey

Function getValsKey

dash/dash-renderer/src/persistence.js:282–283  ·  view source on GitHub ↗
(id, persistedProp, persistence)

Source from the content-addressed store, hash-verified

280};
281
282const getValsKey = (id, persistedProp, persistence) =>
283 `${stringifyId(id)}.${persistedProp}.${JSON.stringify(persistence)}`;
284
285const getProps = layout => {
286 const {props, type, namespace} = layout;

Callers 3

recordUiEditFunction · 0.85
persistenceModsFunction · 0.85
prunePersistenceFunction · 0.85

Calls 1

stringifyIdFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…