API Docs
    Preparing search index...

    Interface Resolution

    Display resolution.

    Corresponds to the RESOLUTION attribute value.

    `{ width: 1920, height: 1080 }` for `RESOLUTION=1920x1080`
    
    interface Resolution {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Vertical pixel dimension.

    width: number

    Horizontal pixel dimension.