記述形式
{
target: イベントを送出したオブジェクト,
type: 'イベント名',
index: インデックス,
value: 項目の値
}モデルプロパティ
名前 | データ型 | 説明 |
|---|---|---|
target | Object | イベントを送出したオブジェクト |
type | String | イベント名 |
index | Number | インデックス |
value | String | 項目の値 |
使用イベントリスナ
onOptionSelected (Select、SelectList、CheckList)
onOptionDeselected (Select、SelectList、CheckList)
onChange (CheckList)