MCPcopy Create free account
hub / github.com/plotly/dash / layoutA

Function layoutA

dash/dash-renderer/tests/persistence.test.js:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51};
52
53const layoutA = storeType => ({
54 namespace: 'my_components',
55 type: 'C',
56 props: {
57 id: 'a',
58 persistence: true,
59 persistence_type: storeType
60 }
61});
62
63describe('storage fallbacks and equivalence', () => {
64 const propVal = 42;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…