🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

pageLeft

Action to page left.

pageLeft

Source set: Common
public fun SemanticsPropertyReceiver.pageLeft(
    label: String? = null,
    action: (() -> Boolean)?,
): Unit

Action to page left.

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.PageLeft is called.

Content updated: