isJsConvertible is a boolean, not a string

This commit is contained in:
Trisha Anand 2020-03-13 15:26:15 +05:30
parent 89a9baebac
commit edd640a722

View File

@ -19,5 +19,5 @@ public class WidgetChildProperty {
String placeholderText;
List<WidgetOption> options;
String inputType;
String isJSConvertible;
Boolean isJSConvertible;
}