elastic: Boolean(default: true)
Weather or not to allow out of bounds dragging and easing.
pullOffset: Number(default: 140)
The threshold after which a scroll pull will trigger the pull to refresh event. Has effect only when the pull option is set to true.
pullTemplate: String(default: Pull to refresh)
The message template displayed when the user pulls the scroller. Has effect only when the pull option is set to true.
pullToRefresh: Boolean(default: false)
If set to true, the scroller will display a hint when the user pulls the container beyond its top limit. If a pull beyond the specified pullOffset occurs, a pull event will be triggered.
refreshTemplate: String(default: Refreshing)
The message template displayed during the refresh. Has effect only when the pull option is set to true.
releaseTemplate: String(default: Release to refresh)
The message template indicating that pullToRefresh will occur. Has effect only when the pull option is set to true.