@knolleary, @dceejay,
To generate the tooltip there are two possibilities:
- In typedInput
validateand the returned value is a boolean - In
validateNodeEditorPropertybut thevalidatefunction (PR#4455) must return a string
The advantage of the second is that it's centralized, the disadvantage is for backward compatibility. What is the best approach?