Type alias AuditChangeFunction

AuditChangeFunction: ((type: "ADD_ROW" | "UPDATE_CELL" | "DELETE_ROW", rowId: string, data?: {
    updatedField?: string;
}) => Promise<any>)

Type declaration

    • (type: "ADD_ROW" | "UPDATE_CELL" | "DELETE_ROW", rowId: string, data?: {
          updatedField?: string;
      }): Promise<any>
    • Parameters

      • type: "ADD_ROW" | "UPDATE_CELL" | "DELETE_ROW"
      • rowId: string
      • Optional data: {
            updatedField?: string;
        }
        • Optional updatedField?: string

      Returns Promise<any>

Generated using TypeDoc