novx
Preparing search index...
portal/src
ClientInfo
Interface ClientInfo
coves the client characteristics of a device
interface
ClientInfo
{
browser
:
string
;
capabilities
:
string
[]
;
device_type
?:
string
|
null
;
height
:
number
;
orientation
:
string
;
os
:
string
;
os_version
:
string
;
pixel_ratio
:
number
;
platform
:
string
;
screen_size
:
string
;
width
:
number
;
}
Index
Properties
browser
capabilities
device_
type?
height
orientation
os
os_
version
pixel_
ratio
platform
screen_
size
width
Properties
browser
browser
:
string
capabilities
capabilities
:
string
[]
Optional
device_
type
device_type
?:
string
|
null
height
height
:
number
height in px
orientation
orientation
:
string
os
os
:
string
os_
version
os_version
:
string
pixel_
ratio
pixel_ratio
:
number
platform
platform
:
string
screen_
size
screen_size
:
string
width
width
:
number
width in px
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
browser
capabilities
device_
type
height
orientation
os
os_
version
pixel_
ratio
platform
screen_
size
width
novx
Loading...
coves the client characteristics of a device