IDevice
js
{
type: "",
vendor: "",
model: ""
}Properties
type?: string
The detected device type, such as mobile, tablet, smarttv, or wearable.
TIP
See the list of device types.
vendor?: string
The device manufacturer, such as Samsung, Apple, or Huawei.
TIP
See the list of device vendors.
model?: string
The detected model name, determined dynamically from the user-agent string.
Inherited methods
is(), toString(), withClientHints(), and withFeatureCheck() are inherited from IData.
