pdfrx_web
Demo
GitHub
npm
Preparing search index...
@pdfrx/colab
ClientRelayMessage
Type Alias ClientRelayMessage
ClientRelayMessage
:
|
{
actorId
?:
string
;
displayName
?:
string
;
memberToken
?:
string
;
sessionId
:
string
;
type
:
"session.join"
;
}
|
{
requestId
:
string
;
sessionId
:
string
;
type
:
"session.approve"
}
|
{
requestId
:
string
;
sessionId
:
string
;
type
:
"session.reject"
}
|
{
request
:
PageOperationRequest
;
sessionId
:
string
;
type
:
"page.operation"
;
}
|
{
request
:
AnnotationOperationRequest
;
sessionId
:
string
;
type
:
"annotation.operation"
;
}
|
{
preview
:
AnnotationPreview
;
sessionId
:
string
;
type
:
"annotation.preview"
;
}
|
{
request
:
FormOperationRequest
;
sessionId
:
string
;
type
:
"form.operation"
;
}
Messages accepted from a browser client by the reference relay.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Demo
GitHub
npm
pdfrx_web
Loading...
Messages accepted from a browser client by the reference relay.