Scroll、List新增onScrollBegin接口

Signed-off-by: caocan <caocan6@huawei.com>
Change-Id: Ib01be3b02d85744100b2bab0ad165152f09d6f2a
This commit is contained in:
caocan
2022-06-30 16:36:40 +08:00
parent 226cf5e9dc
commit 0bacfa17c3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
"listDirection", "scrollBar", "edgeEffect", "divider", "editMode", "cachedCount",
"chainAnimation", "onScroll", "onReachStart", "onReachEnd", "onScrollStop", "onItemDelete",
"onItemMove", "onItemDragStart", "onItemDragEnter", "onItemDragMove", "onItemDragLeave", "onItemDrop",
"multiSelectable", "onScrollIndex"
"multiSelectable", "onScrollIndex", "onScrollBegin"
]
}
+1 -1
View File
@@ -2,6 +2,6 @@
"name": "Scroll",
"attrs": [
"scrollable", "onScroll", "onScrollEdge", "onScrollEnd", "scrollBar", "scrollBarColor",
"scrollBarWidth", "edgeEffect"
"scrollBarWidth", "edgeEffect", "onScrollBegin"
]
}