@arolariu/website / types / ScreenKeys
Type Alias: ScreenKeys
ScreenKeys = keyof
globalThis.Screen
Defined in: types/index.ts:456
Extracts all property keys from the browser's Screen API.
Remarks
Provides type-safe access to Screen properties like:
width: Screen width in pixelsheight: Screen height in pixelsavailWidth: Available width (excluding taskbars)availHeight: Available heightcolorDepth: Bits per pixelpixelDepth: Color resolution depth
Usage Context: Used in responsive design decisions and device analytics.