Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.6.9
    Preparing search index...

    Interface ScreenSizeTestResult

    Screen size test result Used for testing responsive breakpoints

    화면크기테스트결과

    interface ScreenSizeTestResult {
        height: number;
        isDesktop: boolean;
        isLandscape: boolean;
        isMobile: boolean;
        isTablet: boolean;
        screenSize: ResponsiveScreenSize;
        width: number;
    }
    Index

    Properties

    height: number

    Tested height in pixels

    isDesktop: boolean

    Whether this is desktop or larger

    isLandscape: boolean

    Whether in landscape orientation

    isMobile: boolean

    Whether this is mobile

    isTablet: boolean

    Whether this is tablet

    Determined screen size

    width: number

    Tested width in pixels