[ type ] PropertyChangeEvent

Description:

Property change event received by the onPropertyChange() handler callback.

Type: Object

Properties:

Name Type Description

target

object

The component that triggered the event.

type

string

Always change.

property

string

The property that was changed.

oldValue

any

Previous value of the changed property.

newValue

any

New value of the changed property.

Also See: