Interface AsukaViewsPaginationOptions

interface AsukaViewsPaginationOptions {
    enabled?: boolean;
    enableGrabNavigation?: boolean;
    mode?: AsukaViewsPaginationMode;
    showLabels?: boolean;
}

Properties

enabled?: boolean

Show the view pagination bar below the canvas. Defaults to true.

enableGrabNavigation?: boolean

Allow horizontal grab/drag gestures to switch views. Defaults to true.

Pagination visual mode.

  • auto: thumbnails when available, dots otherwise.
  • thumbnails: always show view thumbnails.
  • dots: show compact dots.
  • numbers: show compact numbered pills.
showLabels?: boolean

Show view labels below thumbnails. Defaults to false.