Preparing search index...
The search index is not available
Documentation
Documentation
BridgeMessage
BridgeMessage
Interface BridgeMessage<T>
interface
BridgeMessage
<
T
extends
string
>
{
clientID
?:
string
;
id
:
string
;
replyTo
?:
string
;
type
:
T
;
when
:
string
;
}
Type Parameters
T
extends
string
Hierarchy (
View Summary
)
BridgeMessage
Ready
Error
EnterPrepPhase
ExitPrepPhase
EnterManagePhase
ExitManagePhase
CameraQuery
CameraResponse
MoveCameraCommand
MoveCameraResult
AgentListQuery
AgentListResponse
AgentDetailsQuery
AgentDetailsResponse
DepartmentListQuery
DepartmentListResponse
ManageProgressQuery
ManageProgressResponse
StartManagingCommand
StartManagingResult
Index
Properties
clientID?
id
reply
To?
type
when
Properties
Optional
clientID
clientID
?:
string
id
id
:
string
Optional
reply
To
replyTo
?:
string
type
type
:
T
when
when
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clientID
id
reply
To
type
when
Documentation
Loading...