記述形式
{ target: イベントを送出したオブジェクト, type: 'イベント名', propertyName: '変更された値のプロパティ名', oldValue: '変更前のプロパティの値', newValue: '変更後のプロパティの値' }
モデルプロパティ
名前 | データ型 | 説明 |
---|---|---|
target | Object | イベントを送出したオブジェクト |
type | String | イベント名 |
propertyName | String | 値が変更されたプロパティ名 |
oldValue | (任意の型) | 変更前のプロパティの値 |
newValue | (任意の型) | 変更後のプロパティの値 |