Forum Discussion
eykxas
3 years agoRegular Contributor
Use this method :
//javascript
var hasProperty = aqObject.IsSupported(obj, "property_name");if "hasProperty" is true, then the property is available on your object and you can interact with. If false, then the property does not exist in your object.