Graphora API
Preparing search index...
@graphora/core
GraphBatchAppliedEvent
Interface GraphBatchAppliedEvent
Aggregate event published after a nonempty batch commits.
interface
GraphBatchAppliedEvent
{
affectedEdgeIds
:
readonly
GraphId
[]
;
affectedNodeIds
:
readonly
GraphId
[]
;
batchId
:
string
;
operationCount
:
number
;
reasons
:
readonly
GraphBatchReason
[]
;
type
:
"graph:batch-applied"
;
version
:
number
;
}
Hierarchy (
View Summary
)
GraphEventBase
GraphBatchAppliedEvent
Index
Properties
affected
Edge
Ids
affected
Node
Ids
batch
Id
operation
Count
reasons
type
version
Properties
Readonly
affected
Edge
Ids
affectedEdgeIds
:
readonly
GraphId
[]
Readonly
affected
Node
Ids
affectedNodeIds
:
readonly
GraphId
[]
Readonly
batch
Id
batchId
:
string
Readonly
operation
Count
operationCount
:
number
Readonly
reasons
reasons
:
readonly
GraphBatchReason
[]
Readonly
type
type
:
"graph:batch-applied"
Readonly
version
version
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
affected
Edge
Ids
affected
Node
Ids
batch
Id
operation
Count
reasons
type
version
Graphora API
Loading...
Aggregate event published after a nonempty batch commits.