The event will be emitted when any of the public properties has changed.
The event object contains a reference to the product, the name of the property
that has changed and the new value of that property.
Methods
ProtectedpropertyChanged
propertyChanged(propertyName): Promise<void>
Protected
This method emits the property changed event for the provided property name.
The event will be emitted when any of the public properties has changed. The event object contains a reference to the product, the name of the property that has changed and the new value of that property.