DirtyChangeDetail
Detail for dirty-change custom events.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
rowId | string | Row ID (from getRowId) |
row | T | Current row data |
original | T | undefined | Baseline (original) row data, or undefined for newly inserted rows |
type | modified | new | reverted | pristine | Transition type: - 'modified' — row differs from baseline - 'new' — row was inserted via insertRow() and has no baseline - 'reverted' — row was reverted to baseline via revertRow() - 'pristine' — row was explicitly marked pristine via markAsPristine() |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt