PropertyData class
Platform: ImagesLanguage: JavaScript SDK:
A property is a name/value pair that you can associate with a test.
You can view these properties and filter and group by these properties in the Test Manager.
Set properties using addProperty method or setProperties method
Require statement
const {PropertyData} = require('@applitools/eyes-images');
Constructor
- PropertyData()
- Use this constructor to create a PropertyData object.
Methods
- getName()
- Retrieve the property name.
- getValue()
- Retrieve the property value.
- setName()
- Set the property name.
- setValue()
- Set the property value.