mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-23 13:05:21 -04:00
235fd955e8
sync code from master for fix watch syntax check. Signed-off-by: lihong <lihong67@huawei.com> Change-Id: I16b18eb43d6b27d0a23e3ff1d7ddac4ef73c030a
10 lines
469 B
JSON
10 lines
469 B
JSON
{
|
|
"name": "Grid",
|
|
"children": ["GridItem"],
|
|
"attrs": [
|
|
"columnsTemplate", "rowsTemplate", "columnsGap", "rowsGap", "scrollBar", "scrollBarWidth",
|
|
"scrollBarColor", "editMode", "maxCount", "minCount", "cellLength", "onItemDragStart",
|
|
"onItemDragMove", "onItemDragEnter", "onItemDragMove", "onItemDrop", "layoutDirection", "direction",
|
|
"supportAnimation", "dragAnimation", "edgeEffection", "onItemDragLeave", "multiSelectable", "onScrollIndex"
|
|
]
|
|
} |