Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Use this API to stop the pull-down refresh animation.

Parameters

This API does not require any parameters.

Code Example

Page({
  onPullDownRefresh() {
    this.fetchData().then(() => {
      my.stopPullDownRefresh();
    });
  }
});

my.startPullDownRefresh

Start pull-down refresh