I have a node for which i am setting different attributes (Name, fruit, vegetable) from a typedInput.
For further processing, I want to get the values that I set for each parameter into my html file in which i define the node. I have tried using $('node-input-param_name').typedInput.('value') as mentioned by the documentation on the typed Input webpage. TypedInput - get value but it didn't work, and it returns something like s.fn.init [prevObject: s.fn.init(1)].
I can't find a way to get the string value that I chose for the parameter in node-red, and assign it to a variable in my htm file.
I couldn't find advanced documentation for stuff like this, and was relying simply on examples and posts from other people on the forum, is there a place where such documentation is found?