---
title: "pageDown"
description: "Action to page down.

Using [Role.Carousel] will prevent this action from being sent to accessibility services."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun SemanticsPropertyReceiver.pageDown(label: String? = null, action: (() -> Boolean)?)
```


Action to page down.

Using `Role.Carousel` will prevent this action from being sent to accessibility services.

#### Parameters

| | |
| --- | --- |
| label | Optional label for this action. |
| action | Action to be performed when the `SemanticsActions.PageDown` is called. |




