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

Function getComponentLayout

dash/dash-renderer/src/wrapper/wrapping.ts:58–63  ·  view source on GitHub ↗
(
    componentPath: DashLayoutPath,
    state: any
)

Source from the content-addressed store, hash-verified

56}
57
58export function getComponentLayout(
59 componentPath: DashLayoutPath,
60 state: any
61): DashComponent {
62 return path(componentPath, state.layout) as DashComponent;
63}
64
65export function checkRenderTypeProp(componentDefinition: any) {
66 return (

Callers 4

sideUpdateFunction · 0.90
set_propsFunction · 0.90
setPropsFunction · 0.90
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…