Preparing search index...
The search index is not available
@yorkie-js/sdk
@yorkie-js/sdk
SnapshotEvent
Interface SnapshotEvent
SnapshotEvent
is an event that occurs when a snapshot is received from the server.
interface
SnapshotEvent
{
source
:
Remote
;
type
:
Snapshot
;
value
:
{
serverSeq
:
string
;
snapshot
:
undefined
|
string
;
snapshotVector
:
string
;
}
;
}
Hierarchy
BaseDocEvent
SnapshotEvent
Index
Properties
source
type
value
Properties
source
source
:
Remote
type
type
:
Snapshot
value
value
:
{
serverSeq
:
string
;
snapshot
:
undefined
|
string
;
snapshotVector
:
string
;
}
Type declaration
server
Seq
:
string
snapshot
:
undefined
|
string
snapshot
Vector
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
source
type
value
@yorkie-js/sdk
Loading...
SnapshotEvent
is an event that occurs when a snapshot is received from the server.