codemelted.js Module
    Preparing search index...

    Enumeration SCREEN_REQUESTReadonly

    Provides a ui_screen request to learn about the different device screen information.

    Index
    AvailableHeight: "available_height"

    the height of the screen, in pixels, minus permanent or semipermanent user interface features displayed by the operating system, such as the Taskbar on Windows.

    AvailableWidth: "available_width"

    the amount of horizontal space in pixels available to the window.

    ColorDepth: "color_depth"

    the color depth of the screen.

    CssVariable: "css_variable"
    DevicePixelRatio: "device_pixel_ratio"

    the ratio of the resolution in physical pixels to the resolution in CSS pixels for the current display device.

    Height: "height"

    the height of the screen in pixels.

    InnerHeight: "inner_height"

    the interior height of the window in pixels, including the height of the horizontal scroll bar, if present.

    InnerWidth: "inner_width"

    interior width of the window in pixels (that is, the width of the window's layout viewport). That includes the width of the vertical scroll bar, if one is present.

    OuterHeight: "outer_height"

    the height in pixels of the whole browser window, including any sidebar, window chrome, and window-resizing borders/handles.

    OuterWidth: "outer_width"

    the width of the outside of the browser window. It represents the width of the whole browser window including sidebar (if expanded), window chrome and window resizing borders / handles.

    PixelDepth: "pixel_depth"

    the bit depth of the screen.

    ScreenLeft: "screen_left"

    the horizontal distance, in CSS pixels, from the left border of the user's browser viewport to the left side of the screen.

    ScreenOrientationAngle: "screen_orientation_angle"

    the document's current orientation angle.

    ScreenOrientationType: "screen_orientation_type"

    the document's current orientation type, one of portrait-primary, portrait-secondary, landscape-primary, or landscape-secondary.

    ScreenTop: "screen_top"

    the vertical distance, in CSS pixels, from the top border of the user's browser viewport to the top side of the screen.

    ScreenX: "screen_x"

    the horizontal distance, in CSS pixels, of the left border of the user's browser viewport to the left side of the screen.

    ScreenY: "screen_y"

    the vertical distance, in CSS pixels, of the top border of the user's browser viewport to the top edge of the screen.

    ScrollX: "scroll_x"

    the number of pixels by which the document is currently scrolled horizontally. This value is subpixel precise in modern browsers, meaning that it isn't necessarily a whole number.

    ScrollY: "scroll_y"

    the number of pixels by which the document is currently scrolled vertically. This value is subpixel precise in modern browsers, meaning that it isn't necessarily a whole number.

    Width: "width"

    the width of the screen.