@knolleary, @dceejay,
To generate the tooltip there are two possibilities:
- In typedInput
validate
and the returned value is a boolean - In
validateNodeEditorProperty
but thevalidate
function (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?