| label: | label: | ||||
| function() { | function() { | ||||
| let label = ""; | let label = ""; | ||||
| let filtered=this.filtertrue=="both" ? "" : " f" ; | |||||
| let filtered=this.filtertrue=="both" ? "" : "f" ; | |||||
| let trigger=""; | let trigger=""; | ||||
| if(typeof this.outputtriggeredby !== "undefined") trigger=this.outputtriggeredby=="all" ? "" : "t (" + this.triggertopic+")"; | if(typeof this.outputtriggeredby !== "undefined") trigger=this.outputtriggeredby=="all" ? "" : "t (" + this.triggertopic+")"; | ||||
| label= this.inputCount + ((filtered+trigger)==""?" Boolean Logic":(filtered+trigger)); | label= this.inputCount + ((filtered+trigger)==""?" Boolean Logic":(filtered+trigger)); |