Interface NormalizedAsukaViewsPaginationOptions

interface NormalizedAsukaViewsPaginationOptions {
    enabled: boolean;
    enableGrabNavigation: boolean;
    mode: AsukaViewsPaginationMode;
    showLabels: boolean;
}

Properties

enabled: boolean
enableGrabNavigation: boolean
showLabels: boolean