You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating this module. I have a quick question, currently the allowed format for "Value" parameter is String only. I recommend adding multiple methods to support different type, such as boolean and int in Java. Maybe we can simply add some bridge functions like setItemBoolean or setItemInt to make it work?
Thanks,
-Ellis
The text was updated successfully, but these errors were encountered:
Hi Sriraman,
Thank you for creating this module. I have a quick question, currently the allowed format for "Value" parameter is
String
only. I recommend adding multiple methods to support different type, such asboolean
andint
in Java. Maybe we can simply add some bridge functions likesetItemBoolean
orsetItemInt
to make it work?Thanks,
-Ellis
The text was updated successfully, but these errors were encountered: