@realsee/vr-signals API Documentation - v2.0.0
Preparing search index...
MessageMap
Type Alias MessageMap
统一的消息结构体
type
MessageMap
=
{
event
:
EventPayload
;
"action.request"
:
ActionRequestPayload
;
"action.response"
:
ActionResponsePayload
;
handshake
:
HandshakePayload
;
}
Index
Properties
event
action.request
action.response
handshake
Properties
event
event
:
EventPayload
内置 事件类型 消息
action.request
"action.request"
:
ActionRequestPayload
内置 请求类型 消息
action.response
"action.response"
:
ActionResponsePayload
内置 响应类型 消息
handshake
handshake
:
HandshakePayload
内置 握手类型 消息
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event
action.request
action.response
handshake
@realsee/vr-signals API Documentation - v2.0.0
Loading...
统一的消息结构体