> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/app/pulltorefresh.md).

# pullToRefresh

## Description

Pull a panel component to trigger a screen to reload.

## Input / Parameters

| Name    | Description                                                         | Input Type  | Default | Options | Required |
| ------- | ------------------------------------------------------------------- | ----------- | ------- | ------- | -------- |
| class   | The style class of the component that is pulled to trigger refresh. | String/Text | -       | -       | Yes      |
| maxTime | The maximum time to load the screen.                                | Number      | -       | -       | No       |

## Output

N/A

## Callback

### onRefresh

The function to be executed when the screen is successfully refreshed.

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
