Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I can access properties of a widget using
getProperty('propertyname')
However this doesn't seem to work for properties that are INFOTABLES. When I try to access them like this I always get an undefined result.
From observation I see that properties are stored in thisWidget.prototype.properties, but the INFOTABLE propeties don't seem to be included in them (though the output property INFOTABLES< which I have set with setProperty() are there).
I am currently keeping track of the current state of these properties by storing them explicitly in response to updateProperty(), but I would rather not do this if they are already stored somewhere, and I would presume that the widget has to store them somewhere
Are the INFOTABLE properties stored somewhere in the widget?