How to update parameters in nodeSystem?

With

mesh.material.colorNode.parameters.color = vec4(newColor);

can I pass values ​​to a node material. But what I can’t find is an update function to update the parameters.

with conventional materials I do this with “uniformsNeedUpdate” I’ve been looking for something comparable for node parameters with Object.keys in the material but haven’t found anything.