I know the answer is “coming soon” in the docs, but can someone give me a quick list of the options for “type” in the propsList definition for custom components?
var propsList = s {<br /> id : 'person',<br /> type : 'string',<br /> label: 'Person to say Hello to',<br /> helptext : 'Pick a name, any name!'<br /> }<br />];
Thanks!