Datalayer VS Code Extension - v0.0.4
Preparing search index...
services/loro/vsCodeLoroProvider
WebSocketMessage
Interface WebSocketMessage
WebSocket message protocol for Loro synchronization
interface
WebSocketMessage
{
bytes
?:
number
[]
;
docId
?:
string
;
type
:
"update"
|
"ephemeral"
|
"query-snapshot"
|
"query-ephemeral"
;
update
?:
number
[]
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
bytes?
doc
Id?
type
update?
Properties
Optional
bytes
bytes
?:
number
[]
Optional
doc
Id
docId
?:
string
type
type
:
"update"
|
"ephemeral"
|
"query-snapshot"
|
"query-ephemeral"
Optional
update
update
?:
number
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bytes
doc
Id
type
update
Datalayer VS Code Extension - v0.0.4
Loading...
WebSocket message protocol for Loro synchronization