mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-22 04:25:23 -04:00
333a3c1c20
Signed-off-by: wzztoone <wangzezhen@huawei.com> Change-Id: I82a3818fbb11cad5d139d79ab01887ebe185fb5c
10 lines
388 B
JSON
10 lines
388 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"
|
|
]
|
|
} |