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

Function checkDashChildrenUpdate

dash/dash-renderer/src/wrapper/wrapping.ts:76–85  ·  view source on GitHub ↗
(componentDefinition: any)

Source from the content-addressed store, hash-verified

74}
75
76export function checkDashChildrenUpdate(componentDefinition: any) {
77 return (
78 'dashChildrenUpdate' in
79 pathOr(
80 {},
81 [componentDefinition?.namespace, componentDefinition?.type],
82 window as any
83 )
84 );
85}

Callers 1

selectDashPropsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…