@yorkie-js/sdk
Preparing search index...
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
:
string
|
undefined
;
snapshotVector
:
string
;
}
;
}
Hierarchy
BaseDocEvent
SnapshotEvent
Index
Properties
source
type
value
Properties
source
source
:
Remote
type
type
:
Snapshot
value
value
:
{
serverSeq
:
string
;
snapshot
:
string
|
undefined
;
snapshotVector
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
source
type
value
@yorkie-js/sdk
Loading...
SnapshotEventis an event that occurs when a snapshot is received from the server.