cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Regarding Property Types in Custom Widgets and updatePropertyInfo

tayyasamy
1-Newbie

Regarding Property Types in Custom Widgets and updatePropertyInfo

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.

1 REPLY 1

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?

Top Tags