- {schemaProperties.map((name) => (
-
- {getNodeInputWidget({
- id: id,
- name: name,
- schema: nodeSchema.properties[name],
- params: data.params,
- updateParamValue: updateParamValue,
- nodeType: data.type,
- required: requiredProperties.includes(name),
- })}
-
- ))}
+ {getWidgetsForNode({schema: nodeSchema, nodeId: id, nodeData: data, updateParamValue: updateParamValue})}
+
+
+
- {showAdvancedButton(data.type) && (
-
-
-
- )}