Forum Discussion
eykxas
2 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.
Related Content
- 8 years ago
- 9 years ago
- 4 years ago
- 6 years ago
Recent Discussions
- 3 days ago