An enum to tell if the display is detected and used by the system. The display is considered 'inactive', if it is not detected by the system (maybe disconnected, or considered disconnected due to sleep mode, etc). This state is used to keep existing display when the all displays are disconnected, for example.
"active" "inactive"
number
The height of the display in pixels.
number
The x-coordinate of the upper-left corner.
number
The y-coordinate of the upper-left corner.
number
The width of the display in pixels.
string
The unique identifier of the display.
number
The offset of the display along the connected edge. 0 indicates that the topmost or leftmost corners are aligned.
string
The unique identifier of the parent display. Empty if this is the root.
The layout position of this display relative to the parent. This will be ignored for the root.
number
The display mode device scale factor.
number
The display mode height in device independent (user visible) pixels.
number
The display mode height in native pixels.
boolean optional
True if this mode is interlaced, false if not provided.
boolean
True if the mode is the display's native mode.
boolean
True if the display mode is currently selected.
number
The display mode refresh rate in hertz.
number optional
Use displayZoomFactor
The display mode UI scale factor.
number
The display mode width in device independent (user visible) pixels.
number
The display mode width in native pixels.
number optional
If set, updates the display's logical bounds origin along the x-axis. Applied together with boundsOriginY
. Defaults to the current value if not set and boundsOriginY
is set. Note that when updating the display origin, some constraints will be applied, so the final bounds origin may be different than the one set. The final bounds can be retrieved using getInfo
. The bounds origin cannot be changed on the primary display.
number optional
If set, updates the display's logical bounds origin along the y-axis. See documentation for boundsOriginX
parameter.
DisplayMode optional
If set, updates the display mode to the mode matching this value. If other parameters are invalid, this will not be applied. If the display mode is invalid, it will not be applied and an error will be set, but other properties will still be applied.
number optional
If set, updates the zoom associated with the display. This zoom performs re-layout and repaint thus resulting in a better quality zoom than just performing a pixel by pixel stretch enlargement.
boolean optional
If set to true, makes the display primary. No-op if set to false. Note: If set, the display is considered primary for all other properties (i.e. isUnified
may be set and bounds origin may not).
boolean optional
ChromeOS only. If set to true, changes the display mode to unified desktop (see enableUnifiedDesktop
for details). If set to false, unified desktop mode will be disabled. This is only valid for the primary display. If provided, mirroringSourceId must not be provided and other properties will be ignored. This is has no effect if not provided.
string optional
Use setMirrorMode
.
ChromeOS only. If set and not empty, enables mirroring for this display only. Otherwise disables mirroring for all displays. This value should indicate the id of the source display to mirror, which must not be the same as the id passed to setDisplayProperties. If set, no other property may be set.
Insets optional
If set, sets the display's overscan insets to the provided values. Note that overscan values may not be negative or larger than a half of the screen's size. Overscan cannot be changed on the internal monitor.
number optional
If set, updates the display's rotation. Legal values are [0, 90, 180, 270]. The rotation is set clockwise, relative to the display's vertical position.
Active if the display is detected and used by the system.
number[]
A list of zoom factor values that can be set for the display.
The display's logical bounds.
number
The ratio between the display's current and default zoom. For example, value 1 is equivalent to 100% zoom, and value 1.5 is equivalent to 150% zoom.
number
The number of pixels per inch along the x-axis.
number
The number of pixels per inch along the y-axis.
Edid optional
NOTE: This is only available to ChromeOS Kiosk apps and Web UI.
boolean
True if this display has a touch input device associated with it.
string
The unique identifier of the display.
boolean
True if this display is enabled.
boolean
True if this is the primary display.
boolean
True for all displays when in unified desktop mode. See documentation for enableUnifiedDesktop
.
string[]
ChromeOS only. Identifiers of the displays to which the source display is being mirrored. Empty if no displays are being mirrored. This will be set to the same value for all displays. This must not include mirroringSourceId
.
string
ChromeOS only. Identifier of the display that is being mirrored if mirroring is enabled, otherwise empty. This will be set for all displays (including the display being mirrored).
The list of available display modes. The current mode will have isSelected=true. Only available on ChromeOS. Will be set to an empty array on other platforms.
string
The user-friendly name (e.g. "HP LCD monitor").
The display's insets within its screen's bounds. Currently exposed only on ChromeOS. Will be set to empty insets on other platforms.
number
The display's clockwise rotation in degrees relative to the vertical position. Currently exposed only on ChromeOS. Will be set to 0 on other platforms. A value of -1 will be interpreted as auto-rotate when the device is in a physical tablet state.
The usable work area of the display within the display bounds. The work area excludes areas of the display reserved for OS, for example taskbar and launcher.
string
3 character manufacturer code. See Sec. 3.4.1 page 21. Required in v1.4.
string
2 byte manufacturer-assigned code, Sec. 3.4.2 page 21. Required in v1.4.
number
Year of manufacturer, Sec. 3.4.4 page 22. Required in v1.4.
boolean optional
If set to true, only a single DisplayUnitInfo
will be returned by getInfo
when in unified desktop mode (see enableUnifiedDesktop
). Defaults to false.
number
The y-axis distance from the bottom bound.
number
The x-axis distance from the left bound.
number
The x-axis distance from the right bound.
number
The y-axis distance from the top bound.
Layout position, i.e. edge of parent that the display is attached to.
"top" "right" "bottom" "left"
Mirror mode, i.e. different ways of how a display is mirrored to other displays.
"off" "normal" "mixed"
Specifies the default mode (extended or unified desktop).
Specifies that the default source display will be mirrored to all other displays.
Specifies that the specified source display will be mirrored to the provided destination displays. All other connected displays will be extended.
string[] optional
The ids of the mirroring destination displays. This is only valid for 'mixed'.
string optional
The id of the mirroring source display. This is only valid for 'mixed'.
The mirror mode that should be set.
number
The x-coordinate of the point.
number
The y-coordinate of the point.
The coordinates of the display point.
The coordinates of the touch point corresponding to the display point.
First pair of touch and display point required for touch calibration.
Second pair of touch and display point required for touch calibration.
Third pair of touch and display point required for touch calibration.
Fourth pair of touch and display point required for touch calibration.
chrome.system.display.clearTouchCalibration(
id: string,
)
Resets the touch calibration for the display and brings it back to its default state by clearing any touch calibration data associated with the display.
string
The display's unique identifier.
chrome.system.display.completeCustomTouchCalibration(
pairs: TouchCalibrationPairQuad,
bounds: Bounds,
)
Sets the touch calibration pairs for a display. These pairs
would be used to calibrate the touch screen for display with id
called in startCustomTouchCalibration(). Always call startCustomTouchCalibration
before calling this method. If another touch calibration is already in progress this will throw an error.
The pairs of point used to calibrate the display.
Bounds of the display when the touch calibration was performed. bounds.left
and bounds.top
values are ignored.
chrome.system.display.enableUnifiedDesktop(
enabled: boolean,
)
Enables/disables the unified desktop feature. If enabled while mirroring is active, the desktop mode will not change until mirroring is turned off. Otherwise, the desktop mode will switch to unified immediately. NOTE: This is only available to ChromeOS Kiosk apps and Web UI.
boolean
True if unified desktop should be enabled.
chrome.system.display.getDisplayLayout(
callback?: function,
)
Requests the layout info for all displays. NOTE: This is only available to ChromeOS Kiosk apps and Web UI.
function optional
The callback
parameter looks like: (layouts: DisplayLayout[]) => void
Promise<DisplayLayout[]>
Promises are supported in Manifest V3 and later, but callbacks are provided for backward compatibility. You cannot use both on the same function call. The promise resolves with the same type that is passed to the callback.
chrome.system.display.getInfo(
flags?: GetInfoFlags,
callback?: function,
)
Requests the information for all attached display devices.
GetInfoFlags optional
Options affecting how the information is returned.
function optional
The callback
parameter looks like: (displayInfo: DisplayUnitInfo[]) => void
Promise<DisplayUnitInfo[]>
Promises are supported in Manifest V3 and later, but callbacks are provided for backward compatibility. You cannot use both on the same function call. The promise resolves with the same type that is passed to the callback.
chrome.system.display.overscanCalibrationAdjust(
id: string,
delta: Insets,
)
Adjusts the current overscan insets for a display. Typically this should either move the display along an axis (e.g. left+right have the same value) or scale it along an axis (e.g. top+bottom have opposite values). Each Adjust call is cumulative with previous calls since Start.
string
The display's unique identifier.
The amount to change the overscan insets.
chrome.system.display.overscanCalibrationComplete(
id: string,
)
Complete overscan adjustments for a display by saving the current values and hiding the overlay.
string
The display's unique identifier.
chrome.system.display.overscanCalibrationReset(
id: string,
)
Resets the overscan insets for a display to the last saved value (i.e before Start was called).
string
The display's unique identifier.
chrome.system.display.overscanCalibrationStart(
id: string,
)
Starts overscan calibration for a display. This will show an overlay on the screen indicating the current overscan insets. If overscan calibration for display id
is in progress this will reset calibration.
string
The display's unique identifier.
chrome.system.display.setDisplayLayout(
layouts: DisplayLayout[],
callback?: function,
)
Set the layout for all displays. Any display not included will use the default layout. If a layout would overlap or be otherwise invalid it will be adjusted to a valid layout. After layout is resolved, an onDisplayChanged event will be triggered. NOTE: This is only available to ChromeOS Kiosk apps and Web UI.
The layout information, required for all displays except the primary display.
function optional
The callback
parameter looks like: () => void
Promise<void>
Promises are supported in Manifest V3 and later, but callbacks are provided for backward compatibility. You cannot use both on the same function call. The promise resolves with the same type that is passed to the callback.
chrome.system.display.setDisplayProperties(
id: string,
info: DisplayProperties,
callback?: function,
)
Updates the properties for the display specified by id
, according to the information provided in info
. On failure, runtime.lastError
will be set. NOTE: This is only available to ChromeOS Kiosk apps and Web UI.
string
The display's unique identifier.
The information about display properties that should be changed. A property will be changed only if a new value for it is specified in info
.
function optional
The callback
parameter looks like: () => void
Promise<void>
Promises are supported in Manifest V3 and later, but callbacks are provided for backward compatibility. You cannot use both on the same function call. The promise resolves with the same type that is passed to the callback.
chrome.system.display.setMirrorMode(
info: MirrorModeInfo,
callback?: function,
)
Sets the display mode to the specified mirror mode. Each call resets the state from previous calls. Calling setDisplayProperties() will fail for the mirroring destination displays. NOTE: This is only available to ChromeOS Kiosk apps and Web UI.
The information of the mirror mode that should be applied to the display mode.
function optional
The callback
parameter looks like: () => void
Promise<void>
Promises are supported in Manifest V3 and later, but callbacks are provided for backward compatibility. You cannot use both on the same function call. The promise resolves with the same type that is passed to the callback.
chrome.system.display.showNativeTouchCalibration(
id: string,
callback?: function,
)
Displays the native touch calibration UX for the display with id
as display id. This will show an overlay on the screen with required instructions on how to proceed. The callback will be invoked in case of successful calibration only. If the calibration fails, this will throw an error.
string
The display's unique identifier.
function optional
The callback
parameter looks like: (success: boolean) => void
boolean
Promise<boolean>
Promises are supported in Manifest V3 and later, but callbacks are provided for backward compatibility. You cannot use both on the same function call. The promise resolves with the same type that is passed to the callback.
chrome.system.display.startCustomTouchCalibration(
id: string,
)
Starts custom touch calibration for a display. This should be called when using a custom UX for collecting calibration data. If another touch calibration is already in progress this will throw an error.
string
The display's unique identifier.
chrome.system.display.onDisplayChanged.addListener(
callback: function,
)
Fired when anything changes to the display configuration.
function
The callback
parameter looks like: () => void
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-09 UTC.