@logixjs/core
Preparing search index...
InternalContracts
ReplayLog
consumeNextResourceSnapshot
Function consumeNextResourceSnapshot
consumeNextResourceSnapshot
(
params
:
{
fieldPath
:
string
;
keyHash
?:
string
;
phase
?:
ResourceSnapshotPhase
;
resourceId
:
string
;
}
,
)
:
Effect
<
|
{
_tag
:
"ResourceSnapshot"
;
concurrency
?:
string
;
fieldPath
:
string
;
instanceId
?:
string
;
keyHash
?:
string
;
moduleId
?:
string
;
phase
:
ResourceSnapshotPhase
;
resourceId
:
string
;
snapshot
:
unknown
;
timestamp
:
number
;
}
|
undefined
,
never
,
InternalContracts
.
ReplayLog
.
ReplayLog
,
>
Parameters
params
:
{
fieldPath
:
string
;
keyHash
?:
string
;
phase
?:
ResourceSnapshotPhase
;
resourceId
:
string
;
}
Returns
Effect
<
|
{
_tag
:
"ResourceSnapshot"
;
concurrency
?:
string
;
fieldPath
:
string
;
instanceId
?:
string
;
keyHash
?:
string
;
moduleId
?:
string
;
phase
:
ResourceSnapshotPhase
;
resourceId
:
string
;
snapshot
:
unknown
;
timestamp
:
number
;
}
|
undefined
,
never
,
InternalContracts
.
ReplayLog
.
ReplayLog
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...