Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EventType

滚动视图事件类型

Index

Enumeration members

BOUNCE_BOTTOM

BOUNCE_BOTTOM: = "bounce-bottom"
en

The event emitted when ScrollView scroll to the bottom boundary of inner container and start bounce.

zh

滚动视图滚动到底部边界并且开始回弹时发出的事件。

BOUNCE_LEFT

BOUNCE_LEFT: = "bounce-left"
en

The event emitted when ScrollView scroll to the left boundary of inner container and start bounce.

zh

滚动视图滚动到左边界并且开始回弹时发出的事件。

BOUNCE_RIGHT

BOUNCE_RIGHT: = "bounce-right"
en

The event emitted when ScrollView scroll to the right boundary of inner container and start bounce.

zh

滚动视图滚动到右边界并且开始回弹时发出的事件。

BOUNCE_TOP

BOUNCE_TOP: = "bounce-top"
en

The event emitted when ScrollView scroll to the top boundary of inner container and start bounce.

zh

滚动视图滚动到顶部边界并且开始回弹时发出的事件。

SCROLLING

SCROLLING: = "scrolling"
en

The event emitted when ScrollView is scrolling.

zh

滚动视图正在滚动时发出的事件。

SCROLL_BEGAN

SCROLL_BEGAN: = "scroll-began"
en

The event emitted when ScrollView scroll began.

zh

滚动视图滚动开始时发出的事件。

SCROLL_ENDED

SCROLL_ENDED: = "scroll-ended"
en

The event emitted when ScrollView auto scroll ended.

zh

滚动视图滚动结束的时候发出的事件。

SCROLL_ENG_WITH_THRESHOLD

SCROLL_ENG_WITH_THRESHOLD: = "scroll-ended-with-threshold"
en

The event emitted when ScrollView auto scroll ended with a threshold.

zh

滚动视图自动滚动快要结束的时候发出的事件。

SCROLL_TO_BOTTOM

SCROLL_TO_BOTTOM: = "scroll-to-bottom"
en

The event emitted when ScrollView scroll to the bottom boundary of inner container.

zh

滚动视图滚动到底部边界事件。

SCROLL_TO_LEFT

SCROLL_TO_LEFT: = "scroll-to-left"
en

The event emitted when ScrollView scroll to the left boundary of inner container.

zh

滚动视图滚动到左边界事件。

SCROLL_TO_RIGHT

SCROLL_TO_RIGHT: = "scroll-to-right"
en

The event emitted when ScrollView scroll to the right boundary of inner container.

zh

滚动视图滚动到右边界事件。

SCROLL_TO_TOP

SCROLL_TO_TOP: = "scroll-to-top"
en

The event emitted when ScrollView scroll to the top boundary of inner container.

zh

滚动视图滚动到顶部边界事件。

TOUCH_UP

TOUCH_UP: = "touch-up"
en

The event emitted when user release the touch.

zh

当用户松手的时候会发出一个事件。

Generated using TypeDoc