Variable auditChangeAtomConst

auditChangeAtom: PrimitiveAtom<undefined | AuditChangeFunction> & WithInitialValue<undefined | AuditChangeFunction> = ...

Store function to write auditing logs when user makes changes to the table. Silently fails if auditing is disabled for the table or Rowy Run version not compatible.

Param

Action type: "ADD_ROW" | "UPDATE_CELL" | "DELETE_ROW"

Param

ID of row updated

Param

Optional additional data to log

Generated using TypeDoc