Skip to main content

Device interface

Signature:

export interface Device

Properties

PropertyTypeDescription
namestring
userAgentstring
viewport{ width: number; height: number; deviceScaleFactor: number; isMobile: boolean; hasTouch: boolean; isLandscape: boolean; }