Files
developtools_ace-ets2bundle/compiler/components/grid.json
T
wzztoone 333a3c1c20 add multiSelect event
Signed-off-by: wzztoone <wangzezhen@huawei.com>
Change-Id: I82a3818fbb11cad5d139d79ab01887ebe185fb5c
2022-01-25 15:54:22 +08:00

10 lines
418 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"
]
}