mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-21 03:55:23 -04:00
c540d03dd1
fix list attrs Signed-off-by: puyajun <puyajun@huawei.com>
10 lines
405 B
JSON
10 lines
405 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",
|
|
"multiSelectable", "onScrollIndex"
|
|
]
|
|
} |