mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
b5f0170b03
add grid attrs onScrollIndex Signed-off-by: puyajun <puyajun@huawei.com>
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"
|
|
]
|
|
} |