You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -729,23 +737,31 @@ function createTableHelper<TTableSchema extends TableSchema>({
729
737
* rather than silently skipping them.
730
738
*
731
739
* @param callbacks Object with optional callbacks for row lifecycle events
732
-
* @param callbacks.onAdd Called when a new row is added (receives Result with row or validation errors)
733
-
* @param callbacks.onUpdate Called when any field within an existing row changes (receives Result with row or validation errors)
734
-
* @param callbacks.onDelete Called when a row is removed (receives row ID only)
740
+
* @param callbacks.onAdd Called when a new row is added (receives Result with row or validation errors, and the Y.Transaction)
741
+
* @param callbacks.onUpdate Called when any field within an existing row changes (receives Result with row or validation errors, and the Y.Transaction)
742
+
* @param callbacks.onDelete Called when a row is removed (receives row ID and the Y.Transaction)
735
743
* @returns Unsubscribe function to stop observing changes
0 commit comments