@realsee/vr-signals API Documentation - v2.0.0
Preparing search index...
ConnectionStatusEvent
Interface ConnectionStatusEvent
连接状态变化事件
interface
ConnectionStatusEvent
{
status
:
ConnectionStatus
;
timestamp
:
number
;
error
?:
Error
;
}
Index
Properties
status
timestamp
error?
Properties
status
status
:
ConnectionStatus
连接状态
timestamp
timestamp
:
number
时间戳
Optional
error
error
?:
Error
错误信息(如果有)
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
status
timestamp
error
@realsee/vr-signals API Documentation - v2.0.0
Loading...
连接状态变化事件