Package-level declarations
Thumbnail bar (static and scrollable).
Types
A com.pspdfkit.ui.PdfThumbnailBar has two possible layout styles, depending on how it's planned to be used.
One-time effects that should be handled by the UI layer. These are not part of the state and should be consumed once.
Events that can be triggered by the UI. These represent user actions or system events that should modify state.
State manager for the thumbnail bar. This class is completely UI-independent and handles all business logic.
Theme configuration for the thumbnail bar. Contains all visual customization properties.
Represents the complete UI state of the thumbnail bar. Immutable data class ensuring safe state management.
Public thumbnail-bar bitmap type.
Represents a single thumbnail item with its rendering state.
Functions
Composable function for the PDF Scrollable Thumbnail Bar.
Composable function for the PDF Static Thumbnail Bar.
Remember a ThumbnailBarStateManager across recompositions.
Convenience function to set a document on the thumbnail bar. This should be called from a LaunchedEffect when the document changes.
Convenience function to handle page changes from external sources.