Files
developtools_ace-ets2bundle/compiler/components/list.json
T
houhaoyu 5c91acc6b5 houhaoyu
update code from wagner

Signed-off-by: houhaoyu <houhaoyu@huawei.com>
Change-Id: Id554e2c583d073eaae76b1201e9422fed135c7ae
2021-12-21 17:15:23 +08:00

9 lines
365 B
JSON

{
"name": "List",
"children": ["ListItem", "Section"],
"attrs": [
"listDirection", "scrollBar", "edgeEffect", "divider", "editMode", "cachedCount",
"chainAnimation", "onScroll", "onReachStart", "onReachEnd", "onScrollStop", "onItemDelete",
"onItemMove", "onItemDragStart", "onItemDragEnter", "onItemDragMove", "onItemDragLeave", "onItemDrop"
]
}