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


<a id='references'></a>


<h2 id="pageright-label-action">pageRight</h2>

<div class='sourceset sourceset-common'>Common</div>


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


Action to page right.

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.PageRight` is called. |