API Referenceatlas
VideoMode
Monitor resolution in pixels and refresh rate in hertz.
Module: atlas
Monitor resolution in pixels and refresh rate in hertz.
Declaration
export type VideoMode = {
width: number;
height: number;
refreshRate: number;
};Properties
width
width: number;height
height: number;refreshRate
refreshRate: number;