← Back to index
interface Device

Properties

🔗
model: string | undefined

The model of a device as represented by a user agent string.

🔗
type:
| "console"
| "mobile"
| "table"
| "smartv"
| "wearable"
| "embedded"
| undefined

The type of device as represented by a user agent string.

🔗
vendor: string | undefined

The vendor of a device as represented by a user agent string.