Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I want to to control Panel widget's visibility from javascript service but I donot know the syntax to access the widget's property (the widget is a part of home mashup).
I would like to know how to use REST API to access (get,set,update) widget properties.
Thanks
Since Widgets are pieces that run client side, I don't think it will support REST API calls.
Is there a reason for you to need to control this externally vs. from within the Mashup itself? Since Visibility is a bindable property it is easy to control that within the mashup.