MenuChangeEventは、ContextMenuのdataプロパティの変更によって発生するイベントオブジェクトです。
記述形式
{
target: イベントを送出したオブジェクト,
type: 'イベント名',
nodePath: メニュー項目のパス名,
propertyName: 変更されたプロパティ名
}モデルプロパティ
名前 | データ型 | 説明 |
|---|---|---|
target | Object | イベントを送出したオブジェクト(ContextMenu) |
type | String | イベント名 |
nodePath | String | メニュー項目のパス名 |
propertyName | String | 値が変更されたプロパティ名 |
使用イベントリスナ
onDataChange (ContextMenu)