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

Function isMultiValued

dash/dash-renderer/src/actions/dependencies.js:1076–1078  ·  view source on GitHub ↗
({id})

Source from the content-addressed store, hash-verified

1074 * string IDs do not; wildcard IDs only do if they contain ALL or ALLSMALLER
1075 */
1076export function isMultiValued({id}) {
1077 return typeof id === 'object' && any(v => v.multi, values(id));
1078}
1079
1080/*
1081 * For a given output id and prop, find the callback generating it.

Callers 3

unwrapIfNotMultiFunction · 0.90
fillValsFunction · 0.90
computeGraphsFunction · 0.85

Calls 1

valuesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…