[ type ] PropertyChangeEvent
Description:
Property change event received by the onPropertyChange() handler callback.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The component that triggered the event. |
|
string | Always |
|
string | The property that was changed. |
|
any | Previous value of the changed property. |
|
any | New value of the changed property. |
