You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mo...@apache.org on 2019/04/01 02:48:49 UTC

[incubator-weex-site] branch master updated: Update list.md.

This is an automated email from the ASF dual-hosted git repository.

moshen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 11d11df  Update list.md.
     new c754077  Merge pull request #361 from sunshl/master
11d11df is described below

commit 11d11df80b897038a2c2169016d2f169d38797bc
Author: huanglei.hl <hu...@alibaba-inc.com>
AuthorDate: Wed Mar 27 19:34:39 2019 +0800

    Update list.md.
    
    Add "isDragging" property to scroll event of a list component.
---
 docs/zh/docs/components/list.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/zh/docs/components/list.md b/docs/zh/docs/components/list.md
index d7a4631..f035ef6 100644
--- a/docs/zh/docs/components/list.md
+++ b/docs/zh/docs/components/list.md
@@ -100,6 +100,7 @@
   * `contentOffset {Object}`:列表的偏移尺寸
     * `x {number}`:x轴上的偏移量
     * `y {number}`:y轴上的偏移量
+  * `isDragging {boolean}`: 用户是否正在拖动列表
 
 ## 扩展
 #### `scrollToElement(node, options)`