Files
developtools_ace-ets2bundle/compiler/components/list.json
T
yeyinglong 9ab1737444 add list item group support
Signed-off-by: yeyinglong <yeyinglong@live.com>
2022-08-20 09:59:20 +08:00

10 lines
449 B
JSON

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