PasteTarget
Since v0.4.2
Target cell coordinates and bounds for paste operations
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
row | number | Target row index (top-left of paste area) |
col | number | Target column index (top-left of paste area) |
field | string | Target column field name (for easy data mapping) |
bounds | { endRow: number; endCol: number } | unknown | Selection bounds that constrain the paste area. If set, paste data will be clipped to fit within these bounds. If null, paste expands freely from the target cell. |