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

Function checkRenderTypeProp

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

Source from the content-addressed store, hash-verified

63}
64
65export function checkRenderTypeProp(componentDefinition: any) {
66 return (
67 'dashRenderType' in
68 pathOr(
69 {},
70 [componentDefinition?.namespace, componentDefinition?.type],
71 window as any
72 )
73 );
74}
75
76export function checkDashChildrenUpdate(componentDefinition: any) {
77 return (

Callers 1

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