[]
type NavigationControlOptions = object;
Configuration options for the Page Navigation toolbar component
optional buttonSizing: "compact" | "standard" | number;
Controls the sizing of navigation buttons
'compact'
optional emptyPageCounterFormat: string;
Display text when no document is loaded
"-- / --"
optional pageCounterFormat: string;
Custom format for the page counter text Available placeholders:
"{{current}} / {{total}}"
optional pageInputWidth: number;
Width of the page input container in pixels
70
50
optional showFirstButton: boolean;
Show/hide the 'First Page' navigation button
false
optional showLastButton: boolean;
Show/hide the 'Last Page' navigation button
false
optional showNextButton: boolean;
Show/hide the 'Next Page' navigation button
true
optional showPageInput: boolean;
Show/hide the page number input and counter display
true
optional showPrevButton: boolean;
Show/hide the 'Previous Page' navigation button
true