Files
developtools_ace-ets2bundle/compiler/components/grid.json
T
puyajun 44e4daa712 puyajun@huawei.com
add grid atrrs

Signed-off-by: puyajun <puyajun@huawei.com>
2022-03-24 18:17:56 +08:00

10 lines
435 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", "multiSelectable", "onScrollIndex"
]
}