Closed
Description
On the client side, a user modifies/unset/set/ the key value
On the server side, how to know the original value of key?
for example:
Raw data:
className:todo;
id:'xxxxx',
name:'tom',
age:18
Clinet:
var todo=new Parse.Object('todo')
todo.id='xxxxx'
todo.unset('name')
todo.save()
Server:
Parse.Cloud.beforSave('todo',req=>{
// i want know original value of name
})
Is there a way to know this? thanks.
Metadata
Metadata
Assignees
Labels
No labels