Hi,
Im in the midst of writing a complex function node (well, trying to…). Id like to set the node status to the output of a variable. The code im trying to edit is as follows:
this.status({fill:"green",shape:"dot",text:"connected"});
and what Im hoping to do is:
this.status({fill:"green",shape:"dot",text:"VARIABLE"});
Ive tried everything I can and I cant seem to get it to work any ideas?