mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-21 03:55:23 -04:00
f2dd4491c7
Signed-off-by: houhaoyu <houhaoyu@huawei.com> Change-Id: I7f3ff01ae9dc46c4c8d3b7da9064e8833ea42b4d
10 lines
399 B
JSON
10 lines
399 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", "onItemDragLeave"
|
|
]
|
|
} |