Skip to content
Sheetwrite

Sheetwrite / Documentation

RowBridgeProjection@sheetwrite/core/adapter

Result of projection or reconciliation.

Result of projection or reconciliation.

Members 3

status
readonly status: RowBridgeReconciliationStatus;
transaction
readonly transaction: RowBridgeTransaction;
deltas
readonly deltas: readonly RowBridgeDelta<Id>[];

Declaration

View full TypeScript declaration
export interface RowBridgeProjection<Id extends RowBridgeId = RowBridgeId> {
readonly status: RowBridgeReconciliationStatus;
readonly transaction: RowBridgeTransaction;
readonly deltas: readonly RowBridgeDelta<Id>[];
}