Animate flip to the next page
Animate flip to the previous page
Animate flip to a specific page index
Get the current (leftmost visible) page index
Get download configuration for the book. Undefined when no download is configured.
Get the "of" value for the indicator (e.g. total label). Defaults to total pages when not set.
Get the configured table of contents page index.
Get the total number of pages
Check if currently at the first page
Check if currently at the last page
Jump to a specific page instantly without animation
OptionaltoggleToggle debug toolbar visibility (when debug mode is enabled). Bound to Ctrl+Alt+D by default.
Imperative handle exposed via ref for programmatic control of the FlipBook. Flipbook methods (flipNext, jumpToPage, etc.) are called internally by commands; consumers interact through commands (execute) and getters (ref).
Example