I am writing some custom nodes and want to be able to access the text of the outputLabels defined in the HTML of the custom node.
It does not appear to be parts of the node config object nor the node at runtime. Is there any way to access these. I am looking to use the text in logging for the node.
Also, if the node label is defined as a function in the HTML, is there any way to fetch the label based on that code definition, or do I have do duplicate that code also in the node itself.