NavigateToPage

data class NavigateToPage(val pageIndex: Int) : ThumbnailBarEffect

Navigate to a specific page. This effect should trigger page navigation in the parent component (e.g., PdfFragment).

Parameters

pageIndex

Target page index

Constructors

Link copied to clipboard
constructor(pageIndex: Int)

Properties

Link copied to clipboard