Skip to content
Sheetwrite

Sheetwrite / Documentation

RowBridgeDelta@sheetwrite/vue

Every possible projection produced by a row bridge.

Every possible projection produced by a row bridge.

Declaration

export type RowBridgeDelta<Id extends RowBridgeId = RowBridgeId> =
| RowBridgeCellDelta<Id>
| RowBridgeRangeDelta<Id>
| RowBridgeClearDelta<Id>
| RowBridgePasteDelta<Id>
| RowBridgeFillDelta<Id>
| RowBridgeRowStructureDelta<Id>
| RowBridgeMetadataDelta<Id>
| RowBridgeHostActionDelta<Id>
| RowBridgeUnprojectableDelta<Id>;