神岛 API 文档 - ArenaPro版
Preparing search index...
client/types/ClientAPI
DeviceInfo
Interface DeviceInfo
设备信息。
interface
DeviceInfo
{
deviceType
:
"Desktop"
|
"Mobile"
;
screen
:
{
height
:
number
;
width
:
number
}
;
}
Index
Properties
device
Type
screen
Properties
device
Type
deviceType
:
"Desktop"
|
"Mobile"
设备类型。
Desktop : 桌面设备
Mobile : 手机设备
screen
screen
:
{
height
:
number
;
width
:
number
}
屏幕信息。
Type declaration
height
:
number
屏幕高度。
width
:
number
屏幕宽度。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
device
Type
screen
神岛 API 文档 - ArenaPro版
Loading...
设备信息。