Hi,
I am creating custom widgets and need to have properties of type Integer, String, JSON and so on. What are the equivalent updatePropertyInfo. for each type.
For Example,
if Property type is string, updatePropertyInfo.SinglePropertyValue. Like for Integer, JSON what are equivalents ?
Please provide the list with equivalent updatePropertyInfo properties.
I don't see where in the extension document it says that updatePropertyInfo is exclusively for strings. Variables are loosely typed in Javascript... are you having issues implementing this, or are any errors appearing?