eui.PropertyEvent 使用範例
this.group.addEventListener(eui.PropertyEvent.PROPERTY_CHANGE, e=>console.log(e.property), this);
可監聽的屬性
- Group 的 contentWidth
- Group 的 contentHeight
- Group 的 scrollH
- Group 的 scrollV
- Range 的 value
- ListBase 的 selectedIndex
- ListBase 的 selectedItem
- List 的 selectedIndex
- List 的 selectedItem
- ToggleButton 的 selected
- ItemRenderer 的 data
- Label 的 text
- RadioButton 的 selectedValue
- RadioButtonGroup 的 selectedValue
- Skin 的 hostComponent
- ViewStack 的 selectedIndex
- EditableText 的 text
- BitmapLabel 的 text
沒有留言:
張貼留言