Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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?