Details
Description
Widget can define typed properties like integer, float or boolean. Property values are loaded thanks to 'widget_properties['my property']'. Result is currently a string, but should be cast to property type. For example it should return the integer 5 instead of the string '5'.