MCPcopy
hub / github.com/FlowiseAI/Flowise / showHideInputParams

Function showHideInputParams

packages/ui/src/utils/genericHelper.js:1336–1338  ·  view source on GitHub ↗
(nodeData)

Source from the content-addressed store, hash-verified

1334}
1335
1336export const showHideInputParams = (nodeData) => {
1337 return showHideInputs(nodeData, 'inputParams')
1338}
1339
1340export const showHideInputAnchors = (nodeData) => {
1341 return showHideInputs(nodeData, 'inputAnchors')

Callers 15

onNodeDataChangeFunction · 0.90
onCustomDataChangeFunction · 0.90
onCustomDataChangeFunction · 0.90
loadComponentDataFunction · 0.90
updateComponentDataFunction · 0.90
VectorStoreConfigureFunction · 0.90

Calls 1

showHideInputsFunction · 0.70

Tested by

no test coverage detected