Interface NormalizedAsukaResponsiveConfig

interface NormalizedAsukaResponsiveConfig {
    bottomNavZones: AsukaResponsiveBottomNavZone[];
    drawerPanelsOnTablet: boolean;
    enabled: boolean;
    fullscreenOverlaysOnMobile: boolean;
    maxVisibleMobileItems: number;
    mobileMaxWidth: number;
    mobileOverlayMode: AsukaResponsiveMobileOverlayMode;
    moveSideZonesToBottomNav: boolean;
    preset: AsukaResponsivePreset;
    safeArea: boolean;
    tabletMaxWidth: number;
    tabletPanelMode: AsukaResponsiveTabletPanelMode;
}

Properties

drawerPanelsOnTablet: boolean
enabled: boolean
fullscreenOverlaysOnMobile: boolean
maxVisibleMobileItems: number
mobileMaxWidth: number
moveSideZonesToBottomNav: boolean
safeArea: boolean
tabletMaxWidth: number